# 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/gcq3dya
Go 語言錯誤碼設計與管理實踐**
引言1.1 背景------最近在做一個和前端、第三方平臺(可以簡單理解爲公司別的部門或者客戶軟件)直接交互的服務,涉及到用戶註冊、登錄、數據處理等模塊。架構圖大概如下:拿到需求後,結合團隊內部熟悉的技術棧,我們確定了後臺服務【業務邏輯層】使用 Golang 語言來開發,用到的框架有 Gin 來做 HTTP 交互,Swaggo 自動生成接口文檔,Redis 和 MySQL 作爲 K-V 和 DB ⌘ Read more