Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustMarshal ¶
func MustMarshal(value interface{}) []byte
MustMarshal encodes a value that cannot fail. Panics on an encoding error.
func MustUnmarshal ¶
func MustUnmarshal(jsonBytes []byte, value interface{})
MustUnmarshal decodes json that that cannot fail. Panics on a decoding error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.