# 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/auohsaa
構建 Go 命令行程序工具鏈**
偷懶的故事今天的推薦需要從一個偷懶的故事說起 ···話說不久前,需要輸出一個按發佈時間排序的酷 Go 推薦的歷史文章列表,類似於這樣:於是乎,想着從 GoCN 上一篇一篇 copy 文章的標題吧,5 篇下來,手眼已經不協調了,此時此刻纔想起自己貌似是個碼農,此情此景那必須 coding 一段,讓代碼來輸出這個列表。思路很簡單,看一下 GoCN 文章列表的 API,再看下鑑權方式(看 header ⌘ Read more