# 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/tedq75q
Go 只會 if err -- nil?這是不對的,分享這些優雅的處理姿勢給你!**
大家好,我是煎魚。本篇仍然是錯誤專場,是 Go 諺語中的 Don't just check errors, handle them gracefully[1],原文章同名,作者是 @Dave Cheney。以下的 “我” 均指代原作者。這條諺語和 Errors are value 關聯性很強,是互解答的,和煎魚一起學習吧!錯誤只是值-----我花了很多時間來思考處理 Go 程序中錯誤的最佳方法。我 ⌘ Read more