Skip to content

Commit

Permalink
Merge pull request #390 from mischief/signature-panic
Browse files Browse the repository at this point in the history
export struct members for signature benchmark
  • Loading branch information
guelfey authored Sep 21, 2024
2 parents 6bb5ed0 + d098bdc commit a817f3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ func TestSig(t *testing.T) {

var getSigTest = []interface{}{
[]struct {
b byte
i int32
t uint64
s string
B byte
I int32
T uint64
S string
}{},
map[string]Variant{},
}
Expand Down

0 comments on commit a817f3c

Please sign in to comment.