lint: run make fmt

This commit is contained in:
2024-12-28 12:02:20 +03:00
parent df87bfcc63
commit cfb3764412
31 changed files with 219 additions and 194 deletions

View File

@ -24,6 +24,7 @@ import (
"sync"
"github.com/pelletier/go-toml/v2"
"plemya-x.ru/alr/internal/types"
"plemya-x.ru/alr/pkg/loggerctx"
)

View File

@ -24,8 +24,9 @@ import (
"strings"
"sync"
"plemya-x.ru/alr/pkg/loggerctx"
"golang.org/x/text/language"
"plemya-x.ru/alr/pkg/loggerctx"
)
var (

View File

@ -25,6 +25,7 @@ import (
"sync"
"github.com/pelletier/go-toml/v2"
"plemya-x.ru/alr/pkg/loggerctx"
)