# 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/iobkh3a
Go 語言手冊**
Golang 是一門非常棒的簡潔且快速的現代編程語言。它是編譯的、開源的、強類型的。Golang——也被稱爲 Go——由谷歌工程師創建,主要目標如下:讓他們的項目編譯(和運行)更快 要簡單,這樣人們可以在短時間內學會 要足夠底層,但也要避免過於關注底層 可移植(經過編譯的 Go 程序不需要其他文件的支持,就可以跨平臺運行,因此它們很輕易分發) 簡潔而枯燥、穩定、可預測,從而 ⌘ Read more