Files
gorpg/domain/domain.go

9 lines
84 B
Go
Executable File

package domain
type Domain struct {
Context Context
}
func (d Domain) Init() {
}