# 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/ce2fqza
Go 編程語言與環境:萬字長文覆盤導致 Go 語言成功的那些設計決策**
美國計算機學會通訊 (Communications of the ACM)[1] 期刊 2022 年 5 月第 65 卷第 5 期將發表一篇有關 Go 語言的綜述類 Paper:《Go 編程語言與環境》[2],這類綜述類文章只有資深的 Go 核心團隊的人才 “有資格” 寫,該文的作者列表印證了這一點,他們是 Russ Cox,Robert Griesemer,Rob Pike,Ian Lance ⌘ Read more