package fiber import ( "github.com/gofiber/fiber/v2" ) func initStatic(app *fiber.App) { app.Static("/", staticPath) }