We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Reader and Writer is too heavy to convert small string.
Add marshal function like this:
func Marshal(v interface{}) ([]byte, error) func Unmarshal(data []byte, v interface{}) error
Activity