# 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/4xcn7mq
深入剖析對 Go 的成功作出巨大貢獻的設計決策**
Go 是一種編程語言,2007 年底在谷歌創建,2009 年 11 月正式開源發佈。從那時起,它開始作爲一個公共項目運作,有成千上萬的個人和數十家公司參與貢獻。Go 已成爲構建雲基礎設施的流行語言:Linux 容器管理器 Docker 和容器部署系統 Kubernetes 是用 Go 編寫的核心雲技術。今天,Go 是每個主要雲提供商的關鍵基礎設施的基礎,並且是雲原生計算基金會託管的大多數項目的實現 ⌘ Read more