update at 2019-09-19 16:56:49 by ehlxr

This commit is contained in:
2019-09-19 16:56:49 +08:00
parent 9845c33896
commit 89e588000f
9 changed files with 25 additions and 249 deletions

View File

@@ -37,7 +37,7 @@ import (
// Helper func: Read input from specified file or string
func loadData(p string) ([]byte, error) {
if p == "" {
return nil, fmt.Errorf("No path or arg specified")
return nil, fmt.Errorf("no path or arg specified")
}
var rdr io.Reader