From 8727e98aa1b91610eb184ed1ab615943b8d9deb0 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald <goschwald@maxmind.com> Date: Tue, 2 Jan 2018 16:51:53 -0800 Subject: [PATCH] Add ignored struct field to test PR #42 --- reader_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/reader_test.go b/reader_test.go index a0909c0..6dd3042 100644 --- a/reader_test.go +++ b/reader_test.go @@ -226,6 +226,7 @@ type NestedPointerMapX struct { type PointerMap struct { MapX struct { + Ignored string NestedMapX *NestedPointerMapX } `maxminddb:"mapX"`