we're ready for tenants
This commit is contained in:
11
internal/work/work.go
Normal file
11
internal/work/work.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package work
|
||||
|
||||
import "time"
|
||||
|
||||
func Init() {
|
||||
|
||||
}
|
||||
|
||||
func Update(delta time.Duration) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user