Use /v4
Otherwise the tooling barfs
- Id
- 11d00f0ab3aa17239b7126c111e924c8e59187eb
- Author
- Caio
- Commit time
- 2022-08-28T10:07:30+02:00
Modified README.md
This package uses go modules. Our releases are tagged and signed following
the [Semantic Versioning][semver] scheme.
- go get github.com/caio/go-tdigest/v3
+ go get github.com/caio/go-tdigest/v4
[semver]: http://semver.org/
"fmt"
"math/rand"
- "github.com/caio/go-tdigest/v3"
+ "github.com/caio/go-tdigest/v4"
)
func main() {
Modified go.mod
-module github.com/caio/go-tdigest/v3
+module github.com/caio/go-tdigest/v4
go 1.18