IBM / go-sdk-core

The go-sdk-core repository contains core functionality required by Go code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
30 stars 24 forks source link

fix: use go module instead of dep for dependency management; use golangci-lint for linting #30

Closed padamstx closed 4 years ago

padamstx commented 4 years ago

This PR changes the go core rep to use Go modules instead of the almost-obsolete "dep" tool for dependency management. I also switched the build to use the golangci-lint tool for linting which seems to be more in vogue