# 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/c6rwqzq
Go 語言 GC 分析**
這一篇是之前給極客時間 tony bai 老師專欄的供稿,經過編輯的同意,延遲幾個月後可以在我的個人號上發出~本文內容只作瞭解,不建議作爲面試題考察。武林祕籍救不了段錯誤----------包教包會包分配在各種流傳甚廣的 C 語言葵花寶典裏,一般都有這麼一條神祕的規則,不能返回局部變量:int  func(void) {    int num = 1234;    / ... /    retur ⌘ Read more