frostfs-node/cmd/frostfs-cli
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
..
docs [#1483] cli/docs: Remove set-eacl mention 2024-11-12 12:10:51 +00:00
internal [#1661] cli: Clarify --rpc-endpoint values 2025-03-04 10:19:49 +03:00
modules [#1671] Use fmt.Appendf where warranted 2025-03-13 08:12:20 +00:00
main.go Rename package name 2023-03-07 16:38:26 +03:00