feat(treasurechest): #64 implement hirarchical treasure chests
This commit was merged in pull request #65.
This commit is contained in:
@@ -8,7 +8,7 @@ type Clock interface {
|
||||
|
||||
type ClockImpl struct{}
|
||||
|
||||
func NewClockImpl() Clock {
|
||||
func NewClock() Clock {
|
||||
return &ClockImpl{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user