# 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/ernkhca
通過實例理解 Go Web 身份認證的幾種方式**
在 2023 年 Q1 Go 官方用戶調查報告 [1] 中,API/RPC services、Websites/web services 都位於使用 Go 開發的應用類別的頭部 (如下圖):我個人使用 Go 開發已很多年,但一直從事底層基礎設施、分佈式中間件等方向,Web 應用開發領域涉及較少,像 Web 應用領域常見的 CRUD 更是少有涉獵,不能不說是一種 “遺憾”^^。未來一段時間,團隊會接 ⌘ Read more