2
0
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:
mrusme 2024-03-14 20:26:33 +05:00 committed by GitHub
parent 38f7499b71
commit b25d10b61d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
//go:build linux || bsd || darwin
//go:build linux || dragonfly || freebsd || netbsd || openbsd || darwin
package asynq