Last active
November 2, 2016 18:03
-
-
Save cep21/3c025b32e5dc7146fca7a8c57ae9d186 to your computer and use it in GitHub Desktop.
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
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