Skip to content

Commit 846c064

Browse files
committed
fix race conditions
1 parent cab1df1 commit 846c064

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/watcher/process/process_operator.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ package process
77

88
import (
99
"context"
10+
"strings"
11+
1012
"github.com/nginx/agent/v3/pkg/nginxprocess"
1113
"github.com/shirou/gopsutil/v4/process"
12-
"strings"
1314
)
1415

1516
//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6@v6.8.1 -generate

0 commit comments

Comments
 (0)