# 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/utf5fga
發現 conc 併發庫一個有趣的問題**
圖片拍攝於 2022 年 02 月 04 日 衢州開化老家 下週回家了上週看到一個新庫 conc, better structured concurrency for go.這個庫的目標是:更難出現 goroutine 泄漏 優雅處理 panic 使併發的代碼更易讀 我們一條條細說。Make it harder to leak goroutinesgoroutine 泄漏還是很 ⌘ Read more