spelling: mapstructure
This commit is contained in:
parent
5c0d0322f0
commit
964d5dd55e
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
type ExportConfig struct {
|
||||
Format string `mapstruture:"format"`
|
||||
Format string `mapstructure:"format"`
|
||||
}
|
||||
|
||||
func (c *ExportConfig) Prepare(ctx *interpolate.Context) []error {
|
||||
|
|
Loading…
Reference in New Issue