godoc for converter package + fixing typo in godoc of process package

This commit is contained in:
Julien Neuhart
2018-04-03 11:53:16 +02:00
parent ed41e3e966
commit e207247c4b
2 changed files with 10 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ func Unconv(workingDir string, file *gfile.File) (string, error) {
return cmdData.ResultFilePath, nil
}
// mergeDAta will be applied to the data-driven template of the merge command.
// mergeData will be applied to the data-driven template of the merge command.
type mergeData struct {
FilesPaths []string
ResultFilePath string