frostfs-node/pkg
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
..
ape [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
core [#1613] morph: Add tracing for morph queries to neo-go 2025-02-05 16:38:20 +03:00
innerring [#1628] innerring: Relax container homomorphic hashing check 2025-02-27 10:20:08 +03:00
local_object_storage [#1671] Use fmt.Appendf where warranted 2025-03-13 08:12:20 +00:00
morph [#1671] Replace interface{} with any 2025-03-13 08:12:20 +00:00
network [#1608] qos: Add client grpc interceptors 2025-02-07 15:43:04 +03:00
services [#1653] treeSvc: Add operations by IO tag metric 2025-03-11 10:57:47 +00:00
tracing [#146] node: Add trace_id to logs 2023-09-27 11:05:27 +03:00
util [#1608] logger: Add IO tag logging 2025-02-07 15:43:03 +03:00