# 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/7vks4bq
又有新功能!Go 將有生成新模板的 gonew 工具鏈**
大家好,我是煎魚。不知道大家平時在日常工作中,會不會遇到一個問題?公司用着微服務架構,經常要創建新的服務,需要一個應用模板去初始化新的服務,減少 ctrl+c+v,轉爲相對自動化。不同團隊根據 Leader 的喜好、要求不同,應用模板又會不同。有的喜歡 DDD、有的喜歡 MVC、有的大道至簡即可。每家公司都會延伸出一個工具鏈做這個事情。新工具:gonew 生成模板--------------在 G ⌘ Read more