Created
June 4, 2020 09:36
-
-
Save adriacidre/be2a5d38127337af5528dcf644428a29 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
litter.Dump(cart) | |
/* | |
&main.Cart{ | |
Account: 1, | |
Fruits: []string{ | |
"apple", | |
"peach", | |
"pear", | |
}, | |
} | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment