package
Version:
v1.0.0-rc.19
Opens a new window with list of versions in this module.
Published: Dec 22, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Game struct {
Game int `json:"game",yaml:"game"`
Bots int `json:"bots",yaml:"bots"`
}
type Games struct {
Games []*Game `json:"games",yaml:"games"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.