Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: antoinefink/null

Tags

v3

Toggle v3's commit message
JSON "" shouldn't unmarshal to a null null.String.

That's what the zero package is for.
This was a "feature", but inconsistent with the rest of the null package.

v2.2

Toggle v2.2's commit message
MarshalText, UnmarshalText for Time

v2.1.2

Toggle v2.1.2's commit message
prefer JSON errors when unmarshaling, better docs

Invalid JSON input will return a *json.SyntaxError instead of a cryptic error
from this package.

v2.1.1

Toggle v2.1.1's commit message
avoid loss of precision in JSON unmarshal

v2.1

Toggle v2.1's commit message
Merge pull request guregu#2 from guregu/errors

UnmarshalJSON should return an error for invalid types

v2.0.1

Toggle v2.0.1's commit message
fix grammar in godoc

v2

Toggle v2's commit message
remove nuller pkg

v1

Toggle v1's commit message
null version 1.0