Closed tonyghita closed 4 years ago
Fixes #65 using #66 as a reference (thanks @jpastoor!).
This change migrates the project from using dep for dependency management, to standard Go modules.
I've also changed the examples to use "testable examples", and updated the versions of Go targeted by CI.
This change drops support for Go 1.9. I think we only need to support the previous two Go releases.
Fixes #65 using #66 as a reference (thanks @jpastoor!).
This change migrates the project from using dep for dependency management, to standard Go modules.
I've also changed the examples to use "testable examples", and updated the versions of Go targeted by CI.
This change drops support for Go 1.9. I think we only need to support the previous two Go releases.