ictgj-voting/model_games.go

9 lines
99 B
Go

package main
import "github.com/pborman/uuid"
type Game struct {
UUID *uuid.UUID
Name string
}