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
532 stars 40 forks source link

Use go.mod instead of glide #2

Closed SVilgelm closed 4 years ago

SVilgelm commented 4 years ago

Initialize go.mod Remove glide files Clean up Makefile Remove unused shuffle function

SVilgelm commented 4 years ago

@wk8 please review

SVilgelm commented 4 years ago

thank you, I used golangci-lint tool with default configuration and it showed unused code