8 lines
85 B
Go
8 lines
85 B
Go
package model
|
|
|
|
type GameResultID string
|
|
|
|
type GameResult struct {
|
|
ID GameResultID
|
|
}
|