snippet/gin/config.go

9 lines
97 B
Go

package gin
//GIN 配置
type Config struct {
RootPath string
Addr string
Port int
}