From 255001f99e8885de0c223838555b6898faa8b3e2 Mon Sep 17 00:00:00 2001 From: Pavel Gabriel Date: Fri, 8 Sep 2023 14:58:14 +0200 Subject: [PATCH] remove unused type --- exp_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/exp_test.go b/exp_test.go index 0142461..970358c 100644 --- a/exp_test.go +++ b/exp_test.go @@ -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"