• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
excel.go 93 Bytes
package config

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