Login
From:
kubuzetto's blog
(Uncensored)
subscribe
Axum-style Magic Handler Functions in Go :: kubuzetto's blog
https://kubuzetto.github.io/posts/go-axum-handlers/
links
backlinks
Tagged with:
api
go
rust
Roast topics
Find topics
Find it!
Rustaceans using the axum framework can employ the "magic function" pattern to write very descriptive handler functions with little boilerplate. Can we imitate it in Go? Let's find out!