# 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/2fe6eaa
Go 祕籍 — defer:Go 語言中你所知道的 defer 遠遠不夠!**
本文深入探討了 Go 語言中 “defer” 語句的一些鮮爲人知的複雜性,揭示了你可能還不知道的一些祕密。嘿,Go 開發者們!你認爲你對 defer 已經瞭然於胸了嗎?再想想吧!相信我,它遠不止於將函數執行推遲到當前函數的末尾。無論你是剛開始接觸 Go 還是經驗豐富的專業人士,你都肯定會從這篇指南中學到一些新的、超級有用的東西。讓我們開始吧。評估參數你知道在 Go 語言中,deferred 函 ⌘ Read more