Added classifier to the sequence of strategies

This commit is contained in:
Manuel Carmona
2017-05-25 12:34:32 +02:00
parent fcf30a07c8
commit f8b8f7f5c4
9 changed files with 209 additions and 77 deletions

View File

@ -21,11 +21,7 @@ func FromFile(fileToParse, outPath, tmplPath, tmplName, commit string, generate
return err
}
if err := formatedWrite(outPath, source); err != nil {
return err
}
return nil
return formatedWrite(outPath, source)
}
func formatedWrite(outPath string, source []byte) error {