wit-ai / wit-go

Go client for wit.ai HTTP API
MIT License
156 stars 30 forks source link

V2 is incorrectly packaged for Go modules #22

Closed nate-anderson closed 3 years ago

nate-anderson commented 3 years ago

The latest release of this package is a major version (2.0.0) and thus requires a /v2 suffix on the module path per the Go modules docs. It is currently impossible to install the v2.0.0 release of this package via go get because of invalid packaging.

plutov commented 3 years ago

Thank you, I pushed the fix and bumped the patch version.

nate-anderson commented 3 years ago

@plutov thanks for the quick fix!