Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
alovak committed Sep 8, 2023
1 parent b657e60 commit 255001f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions exp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ import (
)

func TestStructWithTypes(t *testing.T) {
type authRequestData struct {
MTI string `index:"0"`
PrimaryAccountNumber string `index:"2"`
ProcessingCode int `index:"3"`
TransactionAmount *int `index:"4,keepzero"` // we will set message field value to 0
}

t.Run("pack", func(t *testing.T) {
panInt := 4242424242424242
panStr := "4242424242424242"
Expand Down

0 comments on commit 255001f

Please sign in to comment.