# 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/zbflpna
當 go-sql-driver 遇到 mysql timestamp 的離奇 bug
hi,大家好,我是 haohongfan。對於 Go CURD Boy 來說,github.com/go-sql-driver/mysql 這個庫都不會陌生。或許有些人可能沒太留意,直接就複製粘貼了 import。比如我們使用 gorm 的時候,如果不加 "github.com/go-sql-driver/mysql" 的話,就會報:panic: sql: unknown driver "mys ⌘ Read more