# 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/zubb24a
在本地構建你的 Golang 包文檔**
編寫 Golang 文檔最近我專注於 eBPF,需要寫比以前更多的東西。這也意味着要爲各種生態系統撰寫文檔。雖然某些工具在作者完成工作時產生阻力,但本文介紹我目前爲編寫 Golang 文檔而設置的工作流程。 godoc 已被棄用與我的 Rust 設置類似,我想在發佈之前本地查看我的模塊文檔在 pkg.go.dev 上的呈現方式。這是可能的,但自那時起 godoc 就已被棄用,沒有官方解決方案。現 ⌘ Read more