1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-08-13 19:10:54 +00:00

Format go code

This commit is contained in:
Moritz Marquardt 2024-04-02 21:14:03 +02:00
parent 584ba5c74d
commit 5bf538c5ec
8 changed files with 17 additions and 9 deletions

View file

@ -1,8 +1,9 @@
package cache
import (
"github.com/OrlovEvgeny/go-mcache"
"time"
"github.com/OrlovEvgeny/go-mcache"
)
type MCache struct {