Golang 1.22

This commit is contained in:
Andrei Pohilko
2024-03-31 11:52:47 +01:00
parent 60e599be46
commit d123bcee93
6 changed files with 70 additions and 64 deletions

View File

@@ -3,11 +3,12 @@ package objects
import (
"context"
"errors"
"time"
"github.com/eko/gocache/v3/marshaler"
"github.com/eko/gocache/v3/store"
gocache "github.com/patrickmn/go-cache"
log "github.com/sirupsen/logrus"
"time"
)
type CacheKey = string