# 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/fgn5oda
基於範型的 gin 開發腳手架**
作者:songcser https://juejin.cn/post/7221691217968332858GingoIntroduce---------Gingo 是基於 gin 框架爲核心的腳手架,能夠快速創建 Restful 風格的 API 接口,並且能提供簡單的後臺管理功能,使用本項目可以快速完成業務邏輯開發。Feature-------gin 框架,簡單,高效,輕量 go ⌘ Read more