Skip to content

Instantly share code, notes, and snippets.

@shixzie
Created July 29, 2017 04:13
Show Gist options
  • Save shixzie/2a724f325a1cb2da003d8ae12f19a0b2 to your computer and use it in GitHub Desktop.
Save shixzie/2a724f325a1cb2da003d8ae12f19a0b2 to your computer and use it in GitHub Desktop.
// func Marshal<T>(val T) ([]byte, error)
data, err := Marshal<MyStruct>(myStruct)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment