# 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/3sqjkbq
Go 標準庫中的 HACKING-md 文件**
前言--最近閱讀標準庫源代碼時,偶然間發現 runtime 包下面的一個 markdown 文件,大致讀了一下,感覺對理解 GMP 的基礎概念和各類 註解指令 非常有幫助,決定翻譯出來,正好提高一下自己的英文水平。文件路徑爲 $GOROOT/src/runtime/HACKING.md,筆者的 Go 版本爲 go1.19 linux/amd64。概述--本文檔隨時會更新且有可能隨着時間變化而過時, ⌘ Read more