# 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/dttshja
Go 語言 CGO 用戶深度定製 SQLite 代碼**
本文是 BRUNO CALZA 記錄的關於如何改變 SQLite 源代碼,使記錄行更新時可用於 Go 的更新鉤子函數的過程。原文通過深度定製 C 語言的 API 函數達成目的,這幾乎是所有 CGO 深度用戶必然經歷的過程(關於 CGO 的基本用法可以參考譯者的《Go 高級編程》第 2 章),是一個非常有借鑑意義的技術文章。作者:BRUNO CALZA 譯者:柴樹杉,凹語言 作者、Go 語言貢 ⌘ Read more