# 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/flfv76q
「Go 框架」深入理解 iris 框架的路由底層結構**
大家好,我是漁夫子。本號新推出「Go 工具箱」系列,意在給大家分享使用 go 語言編寫的、實用的、好玩的工具。同時瞭解其底層的實現原理,以便更深入地瞭解 Go 語言。iris 框架號稱是最快的 web 框架。今天就來深入研究下 iris 框架路由的底層實現原理。那爲什麼需要深入瞭解 web 框架的路由呢?路由是 web 框架的核心。在業務開發中,我們在使用框架時,基本就是在註冊路由、使用中間件、然 ⌘ Read more