Files
2026-05-21 21:00:09 +08:00

8 lines
64 B
Go

package resource
var cfg *Cfg
func init() {
cfg = getCfg()
}