mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2026-09-19 15:14:14 +00:00
Format go code
This commit is contained in:
Vendored
+2
-1
@@ -1,8 +1,9 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/OrlovEvgeny/go-mcache"
|
||||
"time"
|
||||
|
||||
"github.com/OrlovEvgeny/go-mcache"
|
||||
)
|
||||
|
||||
type MCache struct {
|
||||
|
||||
Vendored
+2
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user