Skip to content

Commit

Permalink
Fixed go:build for BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme authored Mar 14, 2024
1 parent 38f7499 commit b25d10b
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 b25d10b

Please sign in to comment.