Files
utodo/internal/opt/opt.go
2025-07-09 22:50:23 +08:00

8 lines
69 B
Go

package opt
type config struct {
Debug bool
}
var Cfg = &config{}