# 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/n6t26ya
我爲什麼放棄 Go 語言?**
你在什麼時候會產生 “想要放棄用 Go 語言” 的念頭?也許是在用 Go 開發過程中,接連不斷踩坑的時候。本文作者提煉和總結《100 Go Mistakes and How to Avoid Them》裏的精華內容,並結合自身的工作經驗,盤點了 Go 的常見典型錯誤,撰寫了這篇超全避坑指南。讓我們跟隨文章,一起重拾用 Go 的信心~👉目錄1 注意 shadow 變量2 慎用 init 函數3 em ⌘ Read more