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

@ -22,11 +22,12 @@ import (
"reflect"
"strings"
"golang.org/x/exp/slices"
"golang.org/x/text/language"
"plemya-x.ru/alr/internal/cpu"
"plemya-x.ru/alr/internal/db"
"plemya-x.ru/alr/pkg/distro"
"golang.org/x/exp/slices"
"golang.org/x/text/language"
)
type Opts struct {