Compare commits

...

1 Commits

Author SHA1 Message Date
f8634f715f create domains 2022-10-31 22:50:13 +03:00

View File

@ -0,0 +1,10 @@
package domainutilsgo
import (
"../gameUtils"
)
type Domain struct {
ServerId string
Games []gameUtils.Game
}