5 lines
92 B
Go
5 lines
92 B
Go
|
package config
|
||
|
|
||
|
type Excel struct {
|
||
|
Dir string `mapstructure:"dir" json:"dir" yaml:"dir"`
|
||
|
}
|