frostfs-node/scripts
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
..
export-metrics [#451] metrics: Move to internal 2024-06-25 08:52:37 +00:00
populate-metabase [#1671] Use fmt.Appendf where warranted 2025-03-13 08:12:20 +00:00