fix: mismatch WaitGroup

This commit is contained in:
2023-12-09 04:29:38 +00:00
parent 9128503da1
commit d5eb872b13
11 changed files with 101 additions and 10 deletions

View File

@@ -9,7 +9,8 @@ import (
)
const (
DummyPath = "/workspaces/wingmate/cmd/experiment/dummy/dummy"
// DummyPath = "/workspaces/wingmate/cmd/experiment/dummy/dummy"
DummyPath = "/usr/local/bin/wmdummy"
)
func main() {