few fixes

This commit is contained in:
probandula
2016-11-03 11:34:41 +01:00
parent 998afb7f9b
commit 94537c1fb8
3 changed files with 13 additions and 13 deletions

View File

@@ -31,4 +31,4 @@ func GetParser(key string) (*Parser, error) {
return nil, errors.New("Invalid parser key: " + key)
}
return &parser, nil
}
}