go-tpm-tools
go-tpm-tools copied to clipboard
Replace server.GroupedError with some standard multierr package
trafficstars
Potential packages to use:
- https://pkg.go.dev/go.uber.org/multierr
- https://pkg.go.dev/github.com/hashicorp/go-multierror
This would make it easier for both us and our users to deal with functions that may return multiple errors.
Examples include:
client.Attestserver.VerifyAttestation