# 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/b2idcyq
Windows 系統的 Gopher 們久等了!!**
。今天我們將介紹《如何在 Windows 10 上安裝 Go 和設置本地編程環境》,以供不同系統使用者選擇學習。話不多說,我們開始 : 如何在 Windows 10 上安裝 Go 和設置本地編程環境Go 語言簡介-------Go 是一門在 Google 備受挫折後而誕生的語言。開發者不得不頻繁地在兩門語言中選擇,要麼選擇一門執行效率高但是編譯時間長的語言,要麼選擇一種易於編程但在生產中運行效率低 ⌘ Read more