Skip to content

Instantly share code, notes, and snippets.

@shixzie
Created July 29, 2017 04:12
Show Gist options
  • Save shixzie/e5d06774c6721fe1cba7aa7f6fa14e9f to your computer and use it in GitHub Desktop.
Save shixzie/e5d06774c6721fe1cba7aa7f6fa14e9f to your computer and use it in GitHub Desktop.
// func Marshal(val interface{}) ([]byte, error)
data, err := json.Marshal(val)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment