forked from TrueCloudLab/frostfs-sdk-go
[#47] .golangci.yml: Unify with other FrostFS repos
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
4fa52312c7
commit
708d933fe3
9 changed files with 39 additions and 12 deletions
|
@ -50,6 +50,8 @@ const (
|
|||
|
||||
// reads Container from the container.Container message. If checkFieldPresence is set,
|
||||
// returns an error on absence of any protocol-required field.
|
||||
//
|
||||
// nolint: funlen
|
||||
func (x *Container) readFromV2(m container.Container, checkFieldPresence bool) error {
|
||||
var err error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue