1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 19:58:37 -04:00

cmd/ofx: go vet

This commit is contained in:
2017-03-28 19:47:17 -04:00
parent f51af6dd44
commit 3091a97b2c
3 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ func runCmd(c *Command) {
func main() {
if len(os.Args) < 2 {
fmt.Println("Error: Please supply a sub-command. Usage:\n")
fmt.Printf("Error: Please supply a sub-command. Usage:\n\n")
usage()
os.Exit(1)
}