From e5b5e867a1ba9868202edeff300c8bc330111992 Mon Sep 17 00:00:00 2001 From: J4NN0 Date: Wed, 15 Nov 2023 19:05:18 +0100 Subject: [PATCH] sort imports --- cmd/league-of-legends-tactics-cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/league-of-legends-tactics-cli/main.go b/cmd/league-of-legends-tactics-cli/main.go index b4059d8..749d9c5 100644 --- a/cmd/league-of-legends-tactics-cli/main.go +++ b/cmd/league-of-legends-tactics-cli/main.go @@ -2,10 +2,10 @@ package main import ( "fmt" - "github.com/J4NN0/league-of-legends-fight-tactics/internal/command" "net/http" "os" + "github.com/J4NN0/league-of-legends-fight-tactics/internal/command" "github.com/J4NN0/league-of-legends-fight-tactics/internal/config" "github.com/J4NN0/league-of-legends-fight-tactics/pkg/logger" "github.com/J4NN0/league-of-legends-fight-tactics/pkg/lol"