go-errors icon indicating copy to clipboard operation
go-errors copied to clipboard

Small doc, CI and modules updates

Open bzz opened this issue 6 years ago • 0 comments
trafficstars

A small drive-by improvements:

  • doc: link for CI badge change to .com to fix image rendering in README

    Before Screen Shot 2019-05-30 at 10 32 51 AM After Screen Shot 2019-05-30 at 11 11 33 AM

  • CI updated to include 2 latest profiles, following src-d Go conventions for libraries

  • go module definition for gopkg.in/src-d/go-errors.v1 added This way, downstream Go 1.11+ clients can benefit from a module-awareness. It's not mandatory and CI now includes several profiles, to make sure it works with and without modules. Comes with affordable CI build time increase: before: 1 min 7 sec, after 1 min 52 sec

bzz avatar May 30 '19 09:05 bzz