# 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/6pno46a
Go: 一些關於時間和定時任務的庫**
避免重複發明輪子。如果有一些好用的庫,我們就直接使用就好了,沒必要做一些重複的工作,如果這些庫不能滿足需求,不妨提交 pull request 或者 clone 它們,提升它們,優化它們,當前前提是你得知道它們。這篇文章給大家介紹一些關於時間和類似 linux cron 功能的定時任務庫。jinzhu/now----------張金柱大佬除了給大家貢獻了 gorm 外,還寫了一些好用的 Go 庫, ⌘ Read more