package admin import ( "github.com/gofiber/fiber/v2" "MY/webapp/admin/table" ) func Setup(app *fiber.App) { admin_table.Setup(app) }