# 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/spb5rfa
Go 每日一庫之 goose — 數據庫版本管理工具**
goose 是一個用 go 語言編寫的數據庫版本管理的命令行工具。其 github 地址如下:https://github.com/pressly/goose什麼是數據庫版本管理?-----------數據庫版本管理,其實就是對數據表結構的演進的管理。比如,我們有一個用戶表 user,如下:create table if not exists user (  id int autoincrecem ⌘ Read more