Files
go-zero/tools/goctl/api/demo/config/config.go
2020-07-31 17:03:19 +08:00

8 lines
72 B
Go

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