ictgj-voting/model_games.go

9 lines
99 B
Go
Raw Normal View History

2017-04-21 18:17:18 +00:00
package main
import "github.com/pborman/uuid"
type Game struct {
UUID *uuid.UUID
Name string
}