# 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/zze6xea
Golang 微服務框架,kratos 與 hertz 對比**
早年,如果使用 go 來做微服務,可選框架只有go-zero、go-micro、go-kit等。但隨着 Golang 的發展,社區也湧現出了一些新型的微服務框架,國內公司也開源了不少微服務框架,本文就主要介紹下嗶哩嗶哩的kratos與字節跳動的hertz。hertz 與 kratos 介紹-----------------hertz簡介Hertz[həːts] 是一個 Golang 微服務 H ⌘ Read more