spelling: mapstructure

This commit is contained in:
Josh Soref 2018-03-13 08:09:41 +00:00
parent 5c0d0322f0
commit 964d5dd55e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
type ExportConfig struct {
Format string `mapstruture:"format"`
Format string `mapstructure:"format"`
}
func (c *ExportConfig) Prepare(ctx *interpolate.Context) []error {