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:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user