mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
206 B
206 B
Migrating from gofiber to net/http -- the plan
- Templating
First, convert all
c.Render("about", ...)toRender(c, Data_about{...}. Then, the templating engine is decoupled from gofiber.