loveuer 0cfd617922 init: 0.0.6
next: upload
2025-04-28 14:59:22 +08:00

12 lines
111 B
Go

package opt
type config struct {
Debug bool
Address string
DataPath string
}
var (
Cfg = &config{}
)