# 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/4kgf7ta
「Go 工具箱」推薦一個變量調試神器:go-spew**
大家好,我是漁夫子。本號新推出「Go 工具箱」系列,意在給大家分享使用 go 語言編寫的、實用的、好玩的工具。同時瞭解其底層的實現原理,以便更深入地瞭解 Go 語言。 今天給大家推薦的是一個可以將變量以一種非常友好的方式輸出其完整的數據結構信息的工具:go-spew。 該包經過了全面的測試,測試覆蓋率爲 100%。支持各種自定義配置,非常方便,可以有效提升我們日常開發的效率。下面是該包的基礎檔 ⌘ Read more