# 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/nolzlia
Go 的高效開發套路**
作者:EdwardQ來源:SegmentFault  思否社區背景 ---------當前在公司進行 Go 服務端研發工作時,發現缺少 Go 開發的最佳實踐,而導致以下現象-------------------------------------------用 Go 開發時會比較迷茫,不知如何下手,怎麼開展工作比較高效。 重複造輪子比較嚴重。 項目的代碼質量參差不齊,導致交付的產品質 ⌘ Read more