2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-17 22:45:03 +08:00

ci: format code with golangci-lint

This commit is contained in:
Mohammed Sohail
2025-11-04 19:06:18 +03:00
parent 1831a07efe
commit 604175e6ca
9 changed files with 66 additions and 60 deletions

View File

@@ -8,9 +8,9 @@ import (
"sync"
"time"
"github.com/redis/go-redis/v9"
"github.com/hibiken/asynq/internal/base"
"github.com/hibiken/asynq/internal/log"
"github.com/redis/go-redis/v9"
)
type subscriber struct {