Skip to content

Commit 6a1cebd

Browse files
committed
look for nginx-debug process
1 parent 943f6fc commit 6a1cebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/nginxprocess/process.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ type Option interface{ apply(opts *options) }
5656

5757
type optionFunc func(*options)
5858

59+
//nolint:ireturn
5960
func (f optionFunc) apply(o *options) { f(o) }
6061

6162
// WithStatus runs an additional lookup to load the process status.

0 commit comments

Comments
 (0)