# 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/gen2fxa
Gopher 應該記住這 10 個命令**
大家好,我是程序員幽鬼。Go 最近真的起飛了。越來越多的公司採用它,開發人員也普遍接受它,因爲它易於學習,功能強大。如果你目前正在學習 Go 語言,這裏有 10 個有用的 CLI 命令,你可能會在每天使用 Golang 時使用它們。你在本地機器上使用 Go 進行任何操作之前,你需要安裝 Go 編譯器,然後可以通過運行以下命令檢查是否正確安裝(能正常輸出版本信息,表明安裝成功了):$ go vers ⌘ Read more