# 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/obo4hyq
「Go 開源包」requests:一個比 net-http 包更簡潔、高效的開源包**
大家好,這裏是 Go 學堂。今天給大家推薦一個高效的 HTTP 的請求包:carlmjohnson/requests。項目地址是:https://github.com/carlmjohnson/requests該包誕生的背景-------作者在自己的博客中描述了自己爲什麼寫這個 request 包。作者這樣描述 go 的 net/http 包:Go 的 net/http 包雖然功能強大、用途也廣泛 ⌘ Read more