# 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/uvncj7q
Go 語言設計模式之裝飾模式**
裝飾模式算是一種很好理解的設計模式了,相信接觸過設計模式的同學都會對這種模式印象深刻,但是可能你不知道,裝飾模式在業界的應用也非常的廣泛,遠超你的想象,讓我們來一起看看吧。模式介紹裝飾模式(Decorator Pattern)它的定義是這樣的:Attach additional responsibilities to an object dynamically keeping the same i ⌘ Read more