Skip to content

Added go modules

Latest
Compare
Choose a tag to compare
@ifraixedes ifraixedes released this 03 Mar 11:44
· 2 commits to master since this release
5098652

The project has been adapted to Go modules, so it shouldn't make any
difference from the user point of view of the binaries between this
version and the previous

The rest of the changes don't affect to the tool, only to the
development it; these changes are:

  • the tools used in the project has been tracked by the go modules in
    order of ensure that the same version.
  • the linter has been changed, because the previous one is deprecated
    See alecthomas/gometalinter#590
  • some improvements in the Makefile, which mostly have been done to
    accommodate the go modules configuration and others are because of the
    usage of what they offer.
  • the previous package manager dep is still supported, but it won't only
    be until the next version which need to modify the dependencies.