# 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/nz57dsa
Go 裏面爲啥特喜歡用 []byte?**
Go 語言裏面沒有繼承, 想進一步剖析 byte 這個類型,我就需要更進一步的瞭解 type 這個關鍵字。更進一步認識 type 關鍵字---------------我們在寫 go 代碼,定義結構體 type 這個關鍵字是必用。比如:type Student structtype 除了能定義自己的結構體之外,還支持重新定義現有的類型。比如:type String string這樣做有啥好處呢?最重 ⌘ Read more