frostfs-node/cmd
Evgenii Stratonikov d66bffb191 [#1671] Use max builtin where possible
gopatcH:
```
@@
var d, a expression
@@
-if d < a {
-    d = a
-}
-return d
+return max(d, a)

@@
var d, a expression
@@
-if d <= a {
-    d = a
-}
-return d
+return max(d, a)
```

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2025-03-13 08:12:20 +00:00
..
frostfs-adm [#1667] shard: Drop shard pool 2025-03-11 13:59:51 +03:00
frostfs-cli [#1635] cli: Add command to get object's shard info 2025-03-07 14:32:01 +03:00
frostfs-ir [#1502] Use zap.Error for logging errors 2024-12-16 11:13:42 +03:00
frostfs-lens [#1416] lens/explorer: Support metabase schema v3 2025-03-05 07:20:05 +00:00
frostfs-node [#1671] Use max builtin where possible 2025-03-13 08:12:20 +00:00
internal/common [#1519] cli: Make descriptive help for--rule option 2024-11-25 07:21:05 +00:00