Created
June 4, 2020 09:34
-
-
Save adriacidre/3dda2243fd9f666d0a3cc5559cdcaac1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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