mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-07-01 19:58:37 -04:00
cmd/ofx: golint
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
var bankTransactionsCommand = Command{
|
||||
var bankTransactionsCommand = command{
|
||||
Name: "transactions-bank",
|
||||
Description: "Print bank transactions and balance",
|
||||
Flags: flag.NewFlagSet("transactions-bank", flag.ExitOnError),
|
||||
@ -23,7 +23,7 @@ func init() {
|
||||
}
|
||||
|
||||
func bankTransactions() {
|
||||
client, query := NewRequest()
|
||||
client, query := newRequest()
|
||||
|
||||
acctTypeEnum, err := ofxgo.NewAcctType(acctType)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user