# 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/5qzpoaa
用 Go 學設計模式 - 提煉流程,減少重複開發就靠它了-**
大家好,我是網管,今天繼續來給大家更新設計模式系列的文章,之前已經把四種建造型的設計模式更新齊全啦,沒有看過的小夥伴可以通過點擊上面和文章尾部的系列合集鏈接,進行查看。從今天開始未來的三篇設計模式系列文章,我們學的設計模式在項目開發中應用率非常高,尤其是應對業務系統的重複開發率高、流程無兜底策略、產品需求無序擴展這幾個痛點上非常有用。那在這裏我先拋出一個我自己總結的暴論:“模板、策略和職責鏈三個設 ⌘ Read more