Skip to content

Commit 8727e98

Browse files
committed
Add ignored struct field to test PR #42
1 parent 384b9f2 commit 8727e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reader_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ type NestedPointerMapX struct {
226226

227227
type PointerMap struct {
228228
MapX struct {
229+
Ignored string
229230
NestedMapX
230231
*NestedPointerMapX
231232
} `maxminddb:"mapX"`

0 commit comments

Comments
 (0)