hashicorp / go-multierror

A Go (golang) package for representing a list of errors as a single error.
Mozilla Public License 2.0
2.3k stars 123 forks source link

A new release with Group #29

Closed Flygrounder closed 4 years ago

Flygrounder commented 4 years ago

Can you make a new release, including Group in order to make it available in go modules? It is already present in your documentation, so I think, that it is reasonable to include it in a new release.

jefferai commented 4 years ago

Until that happens you can use @master with the go get command to pull in the current head commit, which will contain this.

nono commented 4 years ago

v1.1.0 was released with Group: https://github.com/hashicorp/go-multierror/releases/tag/v1.1.0