Skip to content

Commit

Permalink
Add ignored struct field to test PR #42
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 3, 2018
1 parent 384b9f2 commit 8727e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ type NestedPointerMapX struct {

type PointerMap struct {
MapX struct {
Ignored string
NestedMapX
*NestedPointerMapX
} `maxminddb:"mapX"`
Expand Down

0 comments on commit 8727e98

Please sign in to comment.