fmt: apply gofmt to test files
Some checks failed
CI / lint (push) Successful in 14s
CI / test (push) Failing after 1m13s
CI / build (push) Has been skipped
CI / docker (push) Has been skipped

This commit is contained in:
2026-08-20 18:04:23 +03:00
parent 6bebfa86fe
commit ca8b137e55
2 changed files with 2 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ import (
"encoding/json" "encoding/json"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"strings"
"os" "os"
"strings"
"testing" "testing"
"github.com/go-redis/redis/v8" "github.com/go-redis/redis/v8"

View File

@@ -3,8 +3,8 @@ package main
import ( import (
"context" "context"
"fmt" "fmt"
"testing"
"os" "os"
"testing"
"time" "time"
"github.com/go-redis/redis/v8" "github.com/go-redis/redis/v8"