# 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/j5yp7bq
試試動 Go recover 刀子,看看能不能優化錯誤處理?**
大家好,我是煎魚。Go 的錯誤處理一直是表現最突出的一塊地方,許許多多的同學都提出了各種提案,例如:引入 try-catch、用 panic 代替 if err != nil、引入新的關鍵字等。但這些都被一一駁回了。不過社區依然還沒放棄,週末看到有一個新的提案《proposal: runtime: add parameters to recover to only return specific ⌘ Read more
=