2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-25 15:11:33 +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

View File

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