mirror of
https://gitee.com/shikong-sk/gofiber-study
synced 2025-05-12 04:58:03 +08:00
6 lines
98 B
Go
6 lines
98 B
Go
package global
|
|
|
|
import "gofiber.study.skcks.cn/common/config"
|
|
|
|
var Config = &config.BasicConfig{}
|