# 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/r2eyqbq
Go 爲什麼能成功**
大家在入門 Go 語言時,多埋頭於 Go 語法,忙於練手或快速完成公司的項目,無暇思考。但當大家到了要進階,要衝刺高級階段的時候,我建議你不能再稀裏糊塗了。既然入了 Go 這個坑,在進入高級階段前,我們最好在門口的 “影壁牆” 前駐留一下。仔細思考一下我們投入這麼多精力研究的 Go 爲什麼能成功,後續還能否持續成功下去。你要有自己的基本的判斷,自我暗示也好,堅定信心也罷,我們要爲繼續攀登 Go 高 ⌘ Read more