Skip to content

Instantly share code, notes, and snippets.

@cep21
Last active October 26, 2016 18:42
Show Gist options
  • Save cep21/7a261f69d9a2dc51cece5a3b83a92b6d to your computer and use it in GitHub Desktop.
Save cep21/7a261f69d9a2dc51cece5a3b83a92b6d to your computer and use it in GitHub Desktop.
package cart
import "customer"
import "item"
type Client struct {
}
func (c *Client) Purchase(who *customer.User, what *item.Item) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment