go-errors / errors

errors with stacktraces for go
https://godoc.org/github.com/go-errors/errors
MIT License
921 stars 93 forks source link

Added support for Linux on power #30

Closed ujjwalsh closed 3 years ago

ujjwalsh commented 3 years ago

Hi, I had added ppc64le(Linux on Power) support on travis-ci in the branch and looks like its been successfully added. I believe it is ready for the final review and merge. The travis ci build logs can be verified from the link below.

https://travis-ci.com/github/ujjwalsh/errors/builds/191860623 Please have a look.

Regards, ujjwal

ConradIrwin commented 3 years ago

Thanks for the idea!

I don't think we need to test multiple architectures for this library (we'd just be testing the go compiler, which is pretty well tested already!)