# 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/f27oqtq
Go 語言代碼風格規範 - 指南篇**
每門開發語言都會有其特有的風格規範(亦或指南),開發者遵循規範能帶來顯著收益,有效促進團隊協作、減少 bug 錯誤、降低維護成本等。Google 開源的 Google Style Guides (https://google.github.io/styleguide/)爲多種編程語言提供了風格規範,包括 C++、Java、Python、JavaScript 等。在 2022 年 11 月,Go 語 ⌘ Read more