# 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/horcnfa
c2go: 通過 sqlite3 遷移實踐重新認識 C 語言**
自從 Go+ 決定不沿用 Go 的 cgo 能力,而是採用全新的方式來支持 C 語言(詳細參見《Go+ 下個里程碑:超越 cgo,無縫對接 C 語言》一文的內容)後,我們花了 10 天時間把 C 語言的語法支持實現了個七七八八(詳細參見《Go+ 探究:如何 10 天實現工業級的 C 編譯器》一文的內容)。按照原計劃,我們第二步開始遷移 C 標準庫,然後第三步遷移一個知名的開源庫,大概率我們會選 s ⌘ Read more