Skip to content

Instantly share code, notes, and snippets.

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