Skip to content

Instantly share code, notes, and snippets.

@cep21
Last active November 2, 2016 18:03
Show Gist options
  • Save cep21/3c025b32e5dc7146fca7a8c57ae9d186 to your computer and use it in GitHub Desktop.
Save cep21/3c025b32e5dc7146fca7a8c57ae9d186 to your computer and use it in GitHub Desktop.
package cart
type Cart struct {
}
func (c *Cart) Subtotal() float64 {
// calculate and return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment