# 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/xaxwt7a
爲什麼有了 Go module 後 “依賴地獄” 問題依然存在**
本文永久鏈接 – https://tonybai.com/2022/03/12/dependency-hell-in-go如果所有 Gopher 都拋棄 GOPATH 構建模式,擁抱 Go module 構建模式;如果所有 legacy Go package 作者都能爲自己的 legacy package 加上 go.mod;如果所有 Go module 作者都嚴格遵守語義版本 (semver) ⌘ Read more