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

206 B

Migrating from gofiber to net/http -- the plan

  • Templating First, convert all c.Render("about", ...) to Render(c, Data_about{...}. Then, the templating engine is decoupled from gofiber.