# 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/wmsk2xa
Go 語言自帶設計模式**
概述\\-\\- 在軟件工程中,設計模式(design pattern)是對軟件設計中普遍存在(反覆出現)的各種問題,所提出的解決方案。 -- 維基百科和傳統的 GOF, Java, C# 教科書式的 設計模式 不同,Go 語言設計從一開始就力求簡潔,有其他編程語言基礎的讀者在學習和使用 Go 語言時, 萬萬不可按圖索驥、生搬硬套,簡單的事情複雜化。本文帶領大家一起看一下,Go 語言標準庫中自帶的 編程 ⌘ Read more