# 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/hyq4jxq
Go 如何從零編寫 ProtoBuf 插件**
go 精通 protobuf 連載五:如何從零編寫 ProtoBuf 插件 本期的主要內容將手把手教會大家,編寫 probuf 的 go 插件,以我自己編寫的一個生成結構圖的插件爲例子。項目位於 https://github.com/hisheng/protoc-gen-go-struct一、自定義 ProtoBuf 插件介紹-------------------我們常用的 go 支持 prot ⌘ Read more