Files
gorpg/domain/domain.go

9 lines
84 B
Go

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