Created
May 4, 2015 09:44
-
-
Save iporsut/2dc704d805c371775046 to your computer and use it in GitHub Desktop.
Account Type
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
type Account struct { | |
Name string | |
Balance float64 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment