# 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/5dcovxa
保姆級教程!Golang 微服務簡潔架構實戰**
本文從簡潔架構的理論出發,依託 trpc-go 目錄規範,簡單闡述了整體代碼架構如何劃分,具體 trpc-go 服務代碼實現細節,和落地步驟,並討論了和 DDD 的區別。文章源於我們組內發起的 go 微服務最佳實踐的第一部分,希望從開發和閱讀學習中總結出一套 go 微服務開發的方法論,互相分享一下在尋求最佳的實踐過程中的思考和取捨的過程。本次主要討論目錄如何組織,目錄的組織其實就是架構的設計,一 ⌘ Read more