frostfs-node/cmd/neofs-cli/modules/storagegroup
Leonard Lyubich d2d1694113 [#1513] cli/storagegroup: Fix linter remarks
`staticcheck` linter scolds on potential nil-dereference since it
doesn't know `common.ExitOnErr` definitely exists. Explicit `return`
fixes linter's remark and prevents potential bugs.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-06-17 15:53:18 +03:00
..
delete.go [#1384] neofs-cli: move storagegroup command to a separate package 2022-06-16 09:27:07 +03:00
get.go [#1384] neofs-cli: move storagegroup command to a separate package 2022-06-16 09:27:07 +03:00
list.go [#1384] neofs-cli: move storagegroup command to a separate package 2022-06-16 09:27:07 +03:00
put.go [#1384] neofs-cli: move storagegroup command to a separate package 2022-06-16 09:27:07 +03:00
root.go [#1384] neofs-cli: move storagegroup command to a separate package 2022-06-16 09:27:07 +03:00
util.go [#1513] cli/storagegroup: Fix linter remarks 2022-06-17 15:53:18 +03:00