Skip to content

Commit

Permalink
Add build-tag comments
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Naruka <[email protected]>
  • Loading branch information
vnaruka committed Jan 29, 2025
1 parent 8d86d19 commit f8e299c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/open/open_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build linux || freebsd || darwin
// +build linux freebsd darwin

package open

Expand Down
1 change: 1 addition & 0 deletions internal/open/open_unsupported.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build !linux && !freebsd && !darwin
// +build !linux,!freebsd,!darwin

package open

Expand Down

0 comments on commit f8e299c

Please sign in to comment.