# 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/yv43tza
用 channel 把 Go 程序寫崩的三種姿勢,你集齊過嗎?**
前言-----大家好,我是網管。有時候覺得 Go 語言是給大拿專門設計的語言吧,給普通人尤其剛入門的人不少心智負擔。我說的有時候哈,網管我可不是語言黑,月薪五萬,老闆您甚至可以讓我用 Python 天天給您寫喜歡的總裁日報、週報、月報、季報......。咱們說回 Go ,切片用的時候還得擔心會不會切換底層數組,切片的詭異(僅對剛接觸 Go 的人來說,用多了大家都被坑成專家了)現象,咱們以前聊過。以 ⌘ Read more