Skip to content

Commit 51158cc

Browse files
committed
worker: fix import path
1 parent 40f7feb commit 51158cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/webworker/webworker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/x1unix/go-playground/pkg/analyzer/check"
99

10-
"github.com/x1unix/go-playground/internal/worker"
10+
"github.com/x1unix/go-playground/pkg/worker"
1111
)
1212

1313
type void = struct{}

0 commit comments

Comments
 (0)