# 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/b4ygema
rsc 大爆料:Go 源碼的那些有趣歷史**
大家好,我是 polarisxu。前段時間,我寫過一篇文章:驚呆了!Go 代碼的第一次提交竟然是 1972 年。。。最近,Go 社區又有其他夥伴提起這事,而且 Russ Cox (rsc) 發現每隔一段時間總會有人提到這個 1972 年。最近 rsc 終於忍不住發話了:專門在自己的博客撰文分享了 Go 的版本控制歷史。以下是該文的內容提要。首先,rsc 認爲 Go 第一次代碼提交是 1972 年的 ⌘ Read more