# 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/m2miu3a
Golang 併發基礎問題一(通信過程選用值接收類型)**
Golang 併發基礎問題一(通信過程選用值接收類型)世人常說,這世間最簡單的併發便是 Golang,只需一個 go 關鍵字即可實現,於是我滿心歡喜的去迎,卻不曾想陷入萬丈深坑,我便是知道,若當真是極好學的,也萬萬輪不到我,我哪裏比得上他們這些厲害人物,我原就是給他們取笑的。嗚嗚嗚嗚嗚嗚嗚……切入今天的正題:用一個簡潔的實例看看,其中 n 代表線程數;(初學時,只覺腦中混混沌沌,不知所云,外層 ⌘ Read more