# 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/yqv63la
Go 語言 plan 9 彙編**
本文將簡單介紹一下 go 語言的彙編。 主要的內容如下: plan 9 是什麼?爲什麼學習 plan9? plan9 的常見指令 go 程序如何轉換爲 plan9 ? 下面就開始簡單介紹一下。 plan 9 是什麼?爲什麼學習 plan9?plan9, Go 一套自己的彙編。按照官方文檔的說法,其設計初衷是解決跨平臺的問題,但是沒有做好。並且它不同於傳統的彙編,也就是說要想 ⌘ Read more