← All examples Account deposit Go Classes & methods method with receiver Flowchart (ISO 5807) Flowchart Structogram StartInput amounta.balance = amountEndFigure 1 — Account.Deposit Source code func (a *Account) Deposit(amount int) { a.balance += amount } Open in the editor