Skip to content

Commit

Permalink
Fixing build constraint (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon authored Oct 3, 2024
1 parent 8cfe5bb commit 69e43c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/procstat/memmap.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux || darwin
//go:build linux

package procstat

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/procstat/memmap_notlinux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build windows
//go:build !linux

package procstat

Expand Down

0 comments on commit 69e43c1

Please sign in to comment.