Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 757257c

Browse files
committed
linux only
1 parent 41e0165 commit 757257c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent/reaper/reaper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !windows
1+
//go:build linux
22

33
package reaper_test
44

agent/reaper/reaper_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !windows
1+
//go:build windows
22

33
package reaper
44

0 commit comments

Comments
 (0)