mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
6 lines
206 B
Markdown
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.
|