diff --git a/pkg/encoders/tag/tags.go b/pkg/encoders/tag/tags.go index a6f7e71..3314315 100644 --- a/pkg/encoders/tag/tags.go +++ b/pkg/encoders/tag/tags.go @@ -203,7 +203,7 @@ func (s *S) GetTagElement(i int) (t *T) { // // Iterates through each tag in the collection and converts its byte elements // to strings, preserving the tag structure in the resulting nested slice. -func (s *S) ToSliceOfSliceOfStrings() (ss [][]string, err error) { +func (s *S) ToSliceOfSliceOfStrings() (ss [][]string) { for _, v := range *s { ss = append(ss, v.ToSliceOfStrings()) } diff --git a/pkg/version/version b/pkg/version/version index 000aadb..cbb38b1 100644 --- a/pkg/version/version +++ b/pkg/version/version @@ -1 +1 @@ -v0.10.3 \ No newline at end of file +v0.10.4 \ No newline at end of file