Update linter, fix warnings #27

Merged
fyrchik merged 1 commit from fyrchik/frostfs-api-go:fix-linter into master 2023-07-26 21:08:03 +00:00

View file

@ -37,8 +37,8 @@ type stableRepPrimitives struct {
const (
ENUM_UNKNOWN SomeEnum = 0
ENUM_POSITIVE = 1
ENUM_NEGATIVE = -1
ENUM_POSITIVE SomeEnum = 1
ENUM_NEGATIVE SomeEnum = -1
)
func (s *stablePrimitives) stableMarshal(buf []byte, wrongField bool) ([]byte, error) {