-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Description
I am using this library to read a sample mmdb provided by IPInfo at https://github.com/ipinfo/sample-database/blob/main/Privacy%20Detection/privacy_detection_sample.mmdb.
The records contain several boolean fields, and use an empty value to signify "false". This fails with maxminddb: cannot unmarshal into type bool
. I would expect it to treat it as a false value (the zero value for a bool in Go).
Can decoding be updated to support this case?
Metadata
Metadata
Assignees
Labels
No labels