Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
linux only
  • Loading branch information
sreya committed Jun 16, 2022
commit 757257c751f6c7660d08394f4412d28cff4bebaa
2 changes: 1 addition & 1 deletion agent/reaper/reaper_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !windows
//go:build linux

package reaper_test

Expand Down
2 changes: 1 addition & 1 deletion agent/reaper/reaper_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !windows
//go:build windows

package reaper

Expand Down