excel.go 93 B

12345
  1. package config
  2. type Excel struct {
  3. Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
  4. }