2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 02:55:54 +08:00

Merge pull request #843 from mrusme/fix-bsd

Fix go:build for BSD
This commit is contained in:
Mohamed Sohail 2024-03-15 13:32:19 +08:00 committed by GitHub
commit 8df0bfa583
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