# 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/zszfmtq
Go 語言數據競爭檢測與數據競爭模式**
uber,就是那個早早退出中國打車市場的優步,是 Go 語言早期接納者,也是 Go 技術棧的 “重度用戶”。uber 內部的 Go 代碼倉庫有 5000w + 行 Go 代碼 [1],有 2100 個 Go 實現的獨立服務,這樣的 Go 應用規模在世界範圍內估計也是 Top3 了吧。uber 不僅用 Go,還經常輸出它們使用 Go 的經驗與教訓,uber 工程博客 [2] 就是這些高質量 Go 文 ⌘ Read more