frostfs-node/cmd/frostfs-adm/internal/modules
Evgenii Stratonikov 40536d8a06 [#1671] Use fmt.Appendf where warranted
Fix gopls warnings:
```
cmd/frostfs-adm/internal/modules/morph/config/config.go:68:20-64: Replace []byte(fmt.Sprintf...) with fmt.Appendf
````

gopatch:
```
@@
var f expression
@@
-[]byte(fmt.Sprintf(f, ...))
+fmt.Appendf(nil, f, ...)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-03-13 08:12:20 +00:00
..
config [#1459] .golangci.yml: Add intrange linter, fix issues 2024-10-30 15:18:22 +00:00
metabase [#1622] adm: Return non zero return code if metabase upgrade failed 2025-01-30 15:31:25 +03:00
morph [#1671] Use fmt.Appendf where warranted 2025-03-13 08:12:20 +00:00
storagecfg [#1667] shard: Drop shard pool 2025-03-11 13:59:51 +03:00
root.go [#1334] metabase: Add upgrade from v2 to v3 2024-08-30 09:06:20 +03:00