# 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/ww6hzca
Go 每日一庫之一個好玩的 Go 語言 REPL 工具**
簡介--週末閒逛 GitHub 的時候發現一個很好玩的 Go 語言的 REPL(read-eval-print-loop)工具。本文和大家分享一下這個工具:gore。首先放一張 GitHub 的動圖感受一下:快速使用----gore 是一個命令行工具,需要配合 Go Module 安裝。Go 環境安裝完成之後,執行下面的命令安裝 gore:$ go install github.com/x-mot ⌘ Read more