Skip to content

Instantly share code, notes, and snippets.

@adriacidre
Created June 4, 2020 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriacidre/3dda2243fd9f666d0a3cc5559cdcaac1 to your computer and use it in GitHub Desktop.
Save adriacidre/3dda2243fd9f666d0a3cc5559cdcaac1 to your computer and use it in GitHub Desktop.
spew.Dump(cart)
/*
(*main.Cart)(0xc0000aa120)({
Account: (int) 1,
Fruits: ([]string) (len=3 cap=3) {
(string) (len=5) "apple",
(string) (len=5) "peach",
(string) (len=4) "pear"
}
})
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment