# 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/4y6gq5a
Go 調試工具 - delve 快速入門**
簡介\\-\\- Delve 用來調試 Go 語言開發的程序,該工具的目標是爲 Go 語言提供一個簡單、功能齊全的調試工具。爲什麼不推薦 gdb----------• gdb 對 Go 的調試支持是通過一個 python 腳本文件 src/runtime/runtime-gdb.py 擴展的,功能有限 • gdb 只能做到最基本的變量打印,卻理解不了 golang 的一些特殊類型,比如 chann ⌘ Read more