requests/transaction.go
Your code does not pass gofmt in 2 places. Go fmt your code! Open
Open
package requests
- Exclude checks
exported method Transaction.Path should have comment or be unexported Open
Open
func (t *Transaction) Path() string {
- Exclude checks
exported method Transaction.Method should have comment or be unexported Open
Open
func (t *Transaction) Method() string {
- Exclude checks
exported method Transaction.Generate should have comment or be unexported Open
Open
func (t *Transaction) Generate() []byte {
- Exclude checks