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 ccTransactionsCommand = Command{
|
||||
var ccTransactionsCommand = command{
|
||||
Name: "transactions-cc",
|
||||
Description: "Print credit card transactions and balance",
|
||||
Flags: flag.NewFlagSet("transactions-cc", flag.ExitOnError),
|
||||
@ -21,7 +21,7 @@ func init() {
|
||||
}
|
||||
|
||||
func ccTransactions() {
|
||||
client, query := NewRequest()
|
||||
client, query := newRequest()
|
||||
|
||||
uid, err := ofxgo.RandomUID()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user