elliotchance / orderedmap

🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
MIT License
817 stars 62 forks source link

Adding Github Actions #27

Closed elliotchance closed 2 years ago

elliotchance commented 2 years ago

This replaces the flakey Travis CI for testing.


This change is Reviewable