# 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/cqfffga
一天一語言:快速入門 Go 語言**
因爲在看 docker 源代碼,必須需要了解 Go 語言,所以做了一些學習和記錄,主要記錄兩者不同的地方。根據實際代碼閱讀中的問題而來,省略了和 C 語言相同的部分, 乾貨滿滿。 Go 語言定義類型和變量名,方向和一般語言是反的,這點我覺得簡直是反人類,非要搞個不一樣的顯示自己多牛牪犇關鍵字GOROOT GO 語言安裝路徑 GOPATH 代碼包所在路徑, 安裝在 ⌘ Read more