Format go code

This commit is contained in:
Moritz Marquardt
2024-04-18 19:07:34 +02:00
parent 584ba5c74d
commit 5bf538c5ec
8 changed files with 17 additions and 9 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
package cache
import (
"github.com/OrlovEvgeny/go-mcache"
"time"
"github.com/OrlovEvgeny/go-mcache"
)
type MCache struct {
+2 -1
View File
@@ -3,9 +3,10 @@ package cache
import (
"context"
"errors"
"time"
"github.com/redis/go-redis/v9"
"github.com/rs/zerolog/log"
"time"
)
type RedisCache struct {