2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-04-15 23:25:56 +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

@@ -11,11 +11,11 @@ import (
"strings"
"testing"
"github.com/redis/go-redis/v9"
"github.com/google/go-cmp/cmp"
"github.com/google/go-cmp/cmp/cmpopts"
"github.com/hibiken/asynq/internal/log"
h "github.com/hibiken/asynq/internal/testutil"
"github.com/redis/go-redis/v9"
)
//============================================================================