Skip to content

Commit

Permalink
chore: fix build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TorchedSammy committed Jul 19, 2024
1 parent 7178410 commit e905e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vars_darwin.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !unix,darwin
//go:build darwin && !unix

package main

Expand Down
2 changes: 1 addition & 1 deletion vars_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !darwin,unix
//go:build unix && !darwin

package main

Expand Down

0 comments on commit e905e3e

Please sign in to comment.