Skip to content

Commit

Permalink
Merge pull request #843 from mrusme/fix-bsd
Browse files Browse the repository at this point in the history
Fix go:build for BSD
  • Loading branch information
kamikazechaser committed Mar 15, 2024
2 parents 38f7499 + b25d10b commit 8df0bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signals_unix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build linux || bsd || darwin
//go:build linux || dragonfly || freebsd || netbsd || openbsd || darwin

package asynq

Expand Down

0 comments on commit 8df0bfa

Please sign in to comment.