frostfs-node/cmd/frostfs-adm/internal/modules/morph/contract
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
..
deploy.go [#1210] adm: Fix error handling when contract not found 2024-07-02 13:03:40 +00:00
dump_hashes.go [#1671] Use fmt.Appendf where warranted 2025-03-13 08:12:20 +00:00
root.go [#932] adm: Move flags to package commonflags 2024-02-13 09:59:27 +03:00
update.go [#932] adm: Rename util to helper 2024-02-13 09:59:27 +03:00