6 lines
93 B

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