snippet/gin/config.go

9 lines
97 B
Go
Raw Normal View History

2021-12-03 03:36:40 +00:00
package gin
//GIN 配置
type Config struct {
RootPath string
Addr string
Port int
}