Files
PixivFE/doc/dev/framework-migration.md
T
iacore fe8633e3f6 ++
2024-08-24 10:22:37 +00:00

6 lines
206 B
Markdown

# Migrating from gofiber to net/http -- the plan
- [x] Templating
First, convert all `c.Render("about", ...)` to `Render(c, Data_about{...}`.
Then, the templating engine is decoupled from gofiber.