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

View File

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