# 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/mmof5ta
Go 工程化標準實踐**
原文鏈接:https://www.yipwinghong.com/2021/08/04/Goengineering-standard目錄 項目結構 標準項目結構 工具包項目結構 服務應用項目結構 生命週期 API 設計 gRPC 目錄結構 兼容性 命名規範 原始字段 異常處理 設計規則 配置管理 最佳實踐 ⌘ Read more