axiomhq / quantiles

Optimal Quantile Approximation in Streams
MIT License
163 stars 11 forks source link

Go module support #4

Closed maciej closed 5 years ago

maciej commented 5 years ago

This PR adds Go modules support.

Similarly to axiomhq/hyperloglog#20 I ran the following:

go mod init github.com/axiomhq/quantiles
go mod tidy
seiflotfy commented 5 years ago

@maciej thanks soooooo much... good call... was on my todo :)