Skip to content

Instantly share code, notes, and snippets.

@cep21
Last active November 2, 2016 18:04
Show Gist options
  • Save cep21/13501fd10954282d49bf774da81db889 to your computer and use it in GitHub Desktop.
Save cep21/13501fd10954282d49bf774da81db889 to your computer and use it in GitHub Desktop.
package store
import "cart"
type Store struct {
}
func (s *Store) RenderPage(c *cart.Cart) {
// Do thing with total
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment