update formater linter
All checks were successful
Go Action / goaction (pull_request) Successful in 30s
Go Action / goaction (push) Successful in 38s

This commit is contained in:
2025-12-26 14:34:24 +03:00
parent 5acea4a7ef
commit 449f3d763d
12 changed files with 22 additions and 190 deletions

View File

@@ -6,9 +6,7 @@ import (
"gitoa.ru/go-4devs/config/param"
)
var (
_ config.Group = New("", "")
)
var _ config.Group = New("", "")
func New(name, desc string, opts ...config.Option) Group {
group := Group{