# 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/unam35a
從 Go log 庫到 Zap,怎麼打造出好用又實用的 Logger
日誌無論對於程序還是程序員都非常重要,有多重要呢,想要長期在公司健健康康的幹下去就得學會階段性划水,階段性划水的一大關鍵的就是幹活快過預期但是裝作。。。不對,這個開頭不對勁,下面重來。日誌無論對於程序還是程序員都非常重要,程序員解決問題的快慢除了經驗外,就是看日誌能不能有效地記錄問題發生的現場以及上下文等等。那麼讓讓程序記錄有效的日誌,除了程序內記日誌的點位儘量精準外,還需要有一個稱手的 Logg ⌘ Read more