# 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/tcsbjbq
Go 中的 HTTP 資源泄漏之謎**
我喜歡排查泄露的問題。這是一個智力之謎,我總能在這個過程中學到新東西。這個謎就像你在電視上讀到或看的一樣:細節是猥瑣的,從不令人沮喪,最後,我們總能得到一個很好的合乎邏輯的解釋。這就是計算機的偉大之處:它們最終是可以預測的,所以我可以安全地扮演偵探角色,因爲我知道我總是能得到我的罪犯。如果你討厭推理小說或者只想學習參考,你可以跳到關鍵要點 (劇透警告,咄?)。泄露 Dogfood--------- ⌘ Read more