fix(gitignore): make api ignore pattern root-specific
Some checks failed
CI / lint (push) Failing after 11s
CI / test (push) Has been skipped
CI / build (push) Has been skipped
CI / docker (push) Has been skipped

fix(test): add missing os import to test files
chore(deps): update dependencies from go mod tidy
This commit is contained in:
2026-08-20 18:02:46 +03:00
parent 900db58043
commit 6bebfa86fe
5 changed files with 23 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ import (
"context"
"fmt"
"testing"
"os"
"time"
"github.com/go-redis/redis/v8"