Skip to content

Instantly share code, notes, and snippets.

@iporsut
Created May 4, 2015 09:44
Show Gist options
  • Save iporsut/2dc704d805c371775046 to your computer and use it in GitHub Desktop.
Save iporsut/2dc704d805c371775046 to your computer and use it in GitHub Desktop.
Account Type
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