# 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/asvyerq
使用 goreleaser 簡化打包發佈多平臺 go 應用**
goreleaser 介紹GoReleaser 是一個開源的 Go 二進制文件打包和發佈工具,它能夠自動化和簡化發佈過程,從而使得發佈應用程序變得更加容易和可靠。GoReleaser 的主要特點包括:支持多種打包格式:GoReleaser 可以將您的 Go 應用程序打包成多種格式,包括二進制文件、Docker 鏡像、Snap 包、RPM 和 Deb 包等。 支持多種發佈渠道:GoReleas ⌘ Read more