Hunterlong/AuthorizeCIM

View on GitHub
_examples/new_transaction/main.go

Summary

Maintainability
A
0 mins
Test Coverage

2: cannot find package "github.com/hunterlong/authorizecim" in any of:
Open

    auth "github.com/hunterlong/authorizecim"
Severity: Minor
Found in _examples/new_transaction/main.go by govet

Your code does not pass gofmt in 4 places. Go fmt your code!
Open

package main
Severity: Minor
Found in _examples/new_transaction/main.go by gofmt

exported function ChargeCustomer should have comment or be unexported
Open

func ChargeCustomer() {
Severity: Minor
Found in _examples/new_transaction/main.go by golint

exported function VoidTransaction should have comment or be unexported
Open

func VoidTransaction() {
Severity: Minor
Found in _examples/new_transaction/main.go by golint

var newTransactionId should be newTransactionID
Open

var newTransactionId string
Severity: Minor
Found in _examples/new_transaction/main.go by golint

There are no issues that match your filters.

Category
Status