goweb-gin-demo/config/excel.go

6 lines
93 B
Go

package config
type Excel struct {
Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
}