# 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/xl3czpa
最好的 Go 框架:沒有框架?**
作爲 Go 語言的團隊領導者這幾年時間,我從初學者那裏聽到的最常見問題是 “我應該使用什麼框架?”。我的想法是使用過去的語言經驗去編寫 Go 程序往往會讓結果變得非常糟糕。其他的編程語言已經建立了 “默認” 的框架。Java 有 Spring,Python 有 Django 和 Flask,Ruby 有 Rails,C# 有 ASP.NET,Node 有 Express,PHP 有 Symfony ⌘ Read more