Created
June 4, 2020 08:49
-
-
Save adriacidre/ec38610b46e3a5e1d38e3feb59f8e4d7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
fmt.Printf("%#v\n", 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