Skip to content

Instantly share code, notes, and snippets.

@iporsut
Created May 4, 2015 09:52
Show Gist options
  • Select an option

  • Save iporsut/91039c160abd863f5be6 to your computer and use it in GitHub Desktop.

Select an option

Save iporsut/91039c160abd863f5be6 to your computer and use it in GitHub Desktop.
Account Deposit Method
func (acc *Account) Deposit(amount float64) {
acc.Balance += amount
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment