# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/rp2eokq
10 秒改 struct 性能直接提升 15-,產品姐姐都誇我好棒**
struct 結構體的字段順序有什麼講究?您可能不知道,通過簡單地重新排序結構體中的字段,可以極大地提高 Go 程序的速度和內存使用率!難以置信吧?讓我們來看個例子。例子--ep:type BadStruct struct {    age          uint8    IdCardNumber uint64    DateOfBirth  uint16}type GoodStruct st ⌘ Read more