# 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/mzuc36q
在 Go 裏用 CGO?這 7 個問題你要關注!**
今天給大家分享的是 Go 諺語中的 Cgo is not Go[1],原文章同名,略有修改,原文作者是 @Dave Cheney。以下的 “我” 均指代原作者。借用 JWZ 的一句話:有些人在面對一個問題時,認爲 "我知道,我會使用 cgo(來解決這個問題)"。在使用 cgo 後,他們就會遇到兩個新問題。Cgo 是什麼-------Cgo 是一項了不起的技術,它允許 Go 程序與 C 語言庫相互操 ⌘ Read more