mirror of
https://gitee.com/shikong-sk/gofiber-study
synced 2025-02-24 07:42:15 +08:00
6 lines
73 B
Go
6 lines
73 B
Go
package global
|
|
|
|
import "github.com/gofiber/fiber/v2"
|
|
|
|
var App *fiber.App
|