# 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/i5najqa
go-zero 代碼生成器助你高效開發**
Protocol Buffers 是谷歌推出的編碼標準,它在傳輸效率和編解碼性能上都要優於 JSON。但其代價則是需要依賴中間描述語言 (IDL) 來定義數據和服務的結構(通過 .proto 文件),並且需要一整套的工具鏈(protoc 及其插件)來生成對應的序列化和反序列化代碼。除了谷歌官方提供的工具和插件(比如生成 go 代碼的 protoc-gen-go)外,開發者還可以開發或定製自己的插件 ⌘ Read more