# 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/gzdbymq
對已經關閉的 channel 進行讀寫操作會發生什麼?**
「面試企業」 深信服 「題目解析」 GOLANG ROADMAP 社區答案 1:(溪尾)---------1 . 讀已關閉的 channel讀已經關閉的 channel 無影響。如果在關閉前,通道內部有元素,會正確讀到元素的值;如果關閉前通道無元素,則會讀取到通道內元素類型對應的零值。若遍歷通道,如果通道未關閉,讀完元素後,會報死鎖的錯誤。 fatal error: all gorou ⌘ Read more