# 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/4s7shwa
編譯 Go 應用的黑盒挑戰:無源碼只有- a 文件,你能搞定嗎?**
上週末,一個 Gopher 在微信上與我交流了一個有關 Go 程序編譯的問題。他的述求說起來也不復雜,那就是合作公司提供的 API 包僅包括 golang archive(使用 go build -buildmode=archive 構建的. a 文件),沒有 Go 包的源碼。如何將這個. a 鏈接到項目構建出的最終可執行程序中呢?對於 C、C++、Java 程序員來說,僅提供靜態鏈接庫或動態鏈接 ⌘ Read more
=