Platform API v3 with Go Modules compat
🚨 Breaking changes: upgrading to this release will require updating import
statements across your codebase. Use the previous v3.0.0
release to avoid this change.
This release switches to Go Modules for dependency management.
This release drops the /v3
path version suffix:
- usage change:
- was
import "github.com/heroku/heroku-go/v3"
- now
import "github.com/heroku/heroku-go"
- was
- for detailed discussion see comments in the pull request
This release continues support for older versions of Go:
- see the Go wiki: Vendoring with Modules.