Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active September 4, 2021 18:54
Show Gist options
  • Save percybolmer/a94a60cc7d9abe65e7467798cc213182 to your computer and use it in GitHub Desktop.
Save percybolmer/a94a60cc7d9abe65e7467798cc213182 to your computer and use it in GitHub Desktop.
#ddd-tavern
package tavern
import "github.com/google/uuid"
// Item represents a Item for all sub domains
type Item struct {
ID uuid.UUID
Name string
Description string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment