# 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/wgnpy4q
如何用 Go 寫出優美的代碼 - Go 的設計模式【單例模式,工廠方法模式】篇一**
大家好,我是追麾 (hui)。 接下來的幾周時間給大家分享一系列 Go 設計模式文章,設計模式在我們的面試中也會被經常問到,像 Java 語言會用到設計模式,對於 Go 語言,設計模式使用會比較弱點,所以這裏給大家一起來學習分享 Go 的設計模式,讓我們在開發中也大量應用到設計模式,幫助我們的 Go 代碼更加優美,可讀性更好。第一篇主要分享兩種模式,單例模式和工廠方法模式。Go 的單例模式--- ⌘ Read more