Skip to content

Commit

Permalink
tweak build tags for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Aug 13, 2024
1 parent 6e3a729 commit 6d2497e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/os_freebsd.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build freebsd
// +build freebsd

package cmd

Expand Down
1 change: 1 addition & 0 deletions cmd/os_other.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//go:build !windows && !freebsd
// +build !windows,!freebsd

package cmd

Expand Down

0 comments on commit 6d2497e

Please sign in to comment.