Files
go-zero/tools/goctl/api/demo/config/config.go
2020-07-29 17:12:04 +08:00

8 lines
72 B
Go

package config
import "zero/ngin"
type Config struct {
ngin.NgConf
}