We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7f456 commit 5bfbc52Copy full SHA for 5bfbc52
cmd/playground/main.go
@@ -91,7 +91,7 @@ func start(goRoot string, args appArgs) error {
91
92
ctx, _ := app.GetApplicationContext()
93
wg := &sync.WaitGroup{}
94
- go store.StartCleaner(ctx, cleanInterval, wg)
+ go store.StartCleaner(ctx, cleanInterval, nil)
95
96
r := mux.NewRouter()
97
langserver.New(packages, compiler.NewBuildService(zap.S(), store)).
0 commit comments