jszwec / csvutil

csvutil provides fast and idiomatic mapping between CSV and Go (golang) values.
MIT License
944 stars 62 forks source link

Encoding initialized zero value pointer field with omitempty tag results in an empty string #22

Closed jszwec closed 4 years ago

jszwec commented 4 years ago

https://play.golang.org/p/MyVmxWXTmyC

The expected result:

Bool
false

The current result:

Bool

Related to: #21