From 8f038b1733f9f99a7a764f55c2baa1c02e2cfe7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lewandowski?= Date: Thu, 24 Aug 2023 12:17:35 +0200 Subject: [PATCH] chore(BUX-147): fix gci linter error --- config/services.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.go b/config/services.go index 4a134bba2..b0a72b58f 100644 --- a/config/services.go +++ b/config/services.go @@ -5,7 +5,6 @@ import ( "crypto/tls" "errors" "fmt" - broadcast_client "github.com/bitcoin-sv/go-broadcast-client/broadcast/broadcast-client" "net/url" "strings" "time" @@ -15,6 +14,7 @@ import ( "github.com/BuxOrg/bux/cluster" "github.com/BuxOrg/bux/taskmanager" "github.com/BuxOrg/bux/utils" + broadcast_client "github.com/bitcoin-sv/go-broadcast-client/broadcast/broadcast-client" "github.com/go-redis/redis/v8" "github.com/mrz1836/go-cachestore" "github.com/mrz1836/go-datastore"