Renamed mime to mimeType

This commit is contained in:
David Paz
2017-07-11 10:52:46 +02:00
parent 632422db69
commit ea819f58c2
4 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ import (
yaml "gopkg.in/yaml.v2"
)
func Mime(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error {
func MimeType(fileToParse, samplesDir, outPath, tmplPath, tmplName, commit string) error {
data, err := ioutil.ReadFile(fileToParse)
if err != nil {
return err