diff --git a/tag/map_codec.go b/tag/map_codec.go index e88e72777..c14c7f6db 100644 --- a/tag/map_codec.go +++ b/tag/map_codec.go @@ -229,9 +229,6 @@ func DecodeEach(bytes []byte, fn func(key Key, val string)) error { return errInvalidValue } fn(key, val) - if err != nil { - return err - } } return nil }