mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-09 19:11:58 +08:00
Fixed go:build for BSD
This commit is contained in:
parent
38f7499b71
commit
b25d10b61d
@ -1,4 +1,4 @@
|
||||
//go:build linux || bsd || darwin
|
||||
//go:build linux || dragonfly || freebsd || netbsd || openbsd || darwin
|
||||
|
||||
package asynq
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user