# 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/d7hpctq
ngo:go 語言開發利器**
網易傳媒在 2021 年的時候就開始嘗試將線上的一些核心集羣使用 Go 語言進行重構,筆者有幸主導了本次 Go 語言重構,在本次重構中,爲了減少各業務不必要的調研時間,我們成立了一個攻堅小組,就業務用到的各種依賴進行了統一調研、封裝、測試,給各業務提供了統一的 Go 語言基礎框架,極大的增加了業務開發效率,避免了重複研究。之前筆者也就 Go 語言的一些特性、優勢及問題進行了闡述,說明了傳媒使用 G ⌘ Read more