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