Skip to content

Commit

Permalink
delete test struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashou committed Jul 4, 2024
1 parent 54630e0 commit 747916a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clientv2/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,6 @@ func TestMarshalJSON(t *testing.T) {
Number Number `json:"number"`
}

type Example2 struct {
Name string `json:"name"`
Number *Number `json:"number,omitempty"`
}
var b *Number

// example nested struct
Expand Down

0 comments on commit 747916a

Please sign in to comment.