From 3c20fd8edb808b000dcf708b259aa9de990c6083 Mon Sep 17 00:00:00 2001 From: zyxkad Date: Sat, 10 Aug 2024 20:46:14 -0700 Subject: [PATCH] run go fmt --- cluster/storage.go | 4 ++-- main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/storage.go b/cluster/storage.go index 9b7a65c..77173d6 100644 --- a/cluster/storage.go +++ b/cluster/storage.go @@ -21,6 +21,8 @@ package cluster import ( "context" + "crypto" + "encoding/hex" "fmt" "io" "net/http" @@ -30,9 +32,7 @@ import ( "strconv" "sync" "sync/atomic" - "crypto" "time" - "encoding/hex" "github.com/hamba/avro/v2" "github.com/klauspost/compress/zstd" diff --git a/main.go b/main.go index 21fd45f..fff4384 100644 --- a/main.go +++ b/main.go @@ -44,8 +44,8 @@ import ( doh "github.com/libp2p/go-doh-resolver" - "github.com/LiterMC/go-openbmclapi/config" "github.com/LiterMC/go-openbmclapi/cluster" + "github.com/LiterMC/go-openbmclapi/config" "github.com/LiterMC/go-openbmclapi/database" "github.com/LiterMC/go-openbmclapi/internal/build" "github.com/LiterMC/go-openbmclapi/lang"