# 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/3tmh5aa
使用 Go 實現 traceroute 工具**
traceroute 是一種用於診斷網絡連接問題的實用程序,它可以確定兩臺計算機之間的網絡路徑和網絡時延。traceroute 工具在網絡工程、系統管理和網絡安全中都有廣泛的應用。traceroute 工具也是使用了 ICMP 這種 Internet 控制消息協議,它可以讓用戶探測到目標主機與本地主機之間的網絡路徑和路由器(或網關)的數量。traceroute 工具會向目標主機發送一系列 UDP ⌘ Read more