SparkPost/gosparkpost

Use go modules

epelc opened this issue · 1 comments

epelc commented

This project should start using go modules. Most go projects are using them now and it is recommended to keep track of changes easily.

This page explains module usage quite well.

https://github.com/golang/go/wiki/Modules

From a project perspective you'd basically have to start dealing with versioning releases ie v2.0.3 and tagging them.

Addressed in #154, thanks for the suggestion