# 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/g4prtra
Go 1-18 的工作區模式**
當一個項目越來越複雜的時候,一定會拆分爲多個模塊,以便進行代碼複用和更好的多人協作開發。 假設我們已經有了兩個模塊 flysnow.org/util 和 flysnow.org/product ,模塊 flysnow.org/product 依賴 flysnow.org/util 。現在有一個需求,需要同時修改這兩個模塊,以便讓 flysnow.org/util 新增的方法給模塊 flysnow ⌘ Read more