frostfs-node/pkg/local_object_storage
Evgenii Stratonikov 01acec708f
[] pilorama: Use AppendUint* helpers from stdlib
gopatch:
```
@@
var slice, e expression
@@
+import "encoding/binary"

-append(slice, byte(e), byte(e >> 8))
+binary.LittleEndian.AppendUint16(slice, e)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-11-28 09:40:20 +03:00
..
blobovnicza [] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
blobstor [] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
engine [] engine/test: Rework engine test utils 2024-11-13 14:42:53 +03:00
internal [] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00
metabase [] metabase: Merge Inhume() and DropGraves() for tombstones 2024-11-14 06:47:04 +00:00
metrics [] fstree: Add IterateInfo method 2024-09-12 15:06:33 +03:00
pilorama [] pilorama: Use AppendUint* helpers from stdlib 2024-11-28 09:40:20 +03:00
shard [] metabase: Merge Inhume() and DropGraves() for tombstones 2024-11-14 06:47:04 +00:00
util [] node: Implement Get\Head requests for EC object 2024-04-24 18:15:53 +03:00
writecache [] node: Fix contextcheck linter 2024-11-13 10:36:10 +03:00