# 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/pq74hca
真實世界的 Go 設計模式 - 適配器模式**
在設計模式中,適配器模式(adapter pattern)有時候也稱包裝模式或者包裝(英語:wrapper)。將一個類的接口轉接成用戶所期待的。一個適配使得因接口不兼容而不能在一起工作的類能在一起工作,做法是將類自己的接口包裹在一個已存在的類中。 這個模式很容易記住,每次看到它我就想起世界各地各種不同的電源插頭標準,五花八門,但是你拿一個筆記本到處出差的話,怎麼辦呢?總不能拿十幾個插頭吧,所以有一 ⌘ Read more