Files
hamster-tycoon/storage/model/server.go
2020-05-10 23:58:49 +02:00

6 lines
49 B
Go

package model
type Server struct {
ID string
}