# 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/b34c2xq
zap 高性能設計與實現**
概述\\-\\- zap 是 Uber 開源的 Go 高性能日誌庫,性能遠超於標準庫和其他開源日誌庫。zap 使用簡單,支持多種格式結構化日誌、可以設置不同的日誌級別,並且能夠在堆棧跟蹤中記錄調用者信息。爲什麼要使用 zap\\| 功能 / 庫 \\| 標準庫 log \\| zap \\|\\| --- \\| --- \\| --- \\|\\| 日誌級別 \\| 只有 Print 在生產可用,因爲 Fatal 級別會終止進程,Panic ⌘ Read more