Last active
October 26, 2016 18:42
-
-
Save cep21/7a261f69d9a2dc51cece5a3b83a92b6d 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 | |
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