package main import ( // "fmt" "github.com/EngoEngine/ecs" // "code.ndumas.com/ndumas/muddy" ) func main() { world := ecs.World{} world.Update(1) }