jstemmer / go-junit-report

Convert Go test output to JUnit XML
MIT License
763 stars 222 forks source link

Change properties to be a slice instead of a pointer of slice. #146

Closed ql-owo-lp closed 1 year ago

ql-owo-lp commented 1 year ago

A pointer of slice is rather wried in Go. Is there any particular reason why we shouldn't use slice directly?

jstemmer commented 1 year ago

This was intentional, see https://github.com/jstemmer/go-junit-report/commit/458fe89a9a703eeb391c89115b06adc68ac6f81b.