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

@ -53,7 +53,7 @@ func getAccounts() {
return
}
fmt.Println("\nFound the following accounts:\n")
fmt.Printf("\nFound the following accounts:\n\n")
if acctinfo, ok := response.Signup[0].(ofxgo.AcctInfoResponse); ok {
for _, acct := range acctinfo.AcctInfo {