8 lines
102 B
Go
8 lines
102 B
Go
package service
|
|
|
|
import "hamster-tycoon/storage/dao"
|
|
|
|
type serviceContext struct {
|
|
db dao.Database
|
|
}
|