wk8 / go-ordered-map

Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
Apache License 2.0
523 stars 40 forks source link

Please bump v0.2.0 tag #3

Closed SVilgelm closed 4 years ago

SVilgelm commented 4 years ago

Hi, Could you release a new tag please? go get -u github.com/wk8/go-ordered-map does not update, I had to specify the master branch go get -u github.com/wk8/go-ordered-map@master in order to update :-) like v0.2.0

Thank you!

SVilgelm commented 4 years ago

@wk8 Could you please tag a new version?

wk8 commented 4 years ago

@SVilgelm doing today, sorry for the delay

SVilgelm commented 4 years ago

no worries, it's just a reminder :)

SVilgelm commented 4 years ago

I didn't see that you have the .travis.yml and it fails with last changes. I can fix it if you want :-)

wk8 commented 4 years ago

@SVilgelm : released https://github.com/wk8/go-ordered-map/releases/tag/v0.2.0, sorry for the delay :)

wk8 commented 4 years ago

And thanks for offering to fix builds, just did, no worries!