# 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/d2lowga
使用 Go 語言實現 ping 工具**
ping 是一個網絡工具,它被廣泛地用於測試網絡連接的質量和穩定性。當我們想知道我們的電腦是否能夠與其他設備或服務器進行通信時,ping 就是我們最好的朋友。當我們想偵測網絡之間的連通性和網絡質量的時候,也常常使用 ping 工具測量,因爲它是操作系統常帶的一個網絡診斷工具,小而強大。ping 最初是由 Mike Muuss 在 1983 年爲 Unix 系統開發的。它的名字是來自於海軍潛艇的聲納 ⌘ Read more