GO COMMON
A simple replication of common java libraries in GO.
Contains basic implementations of the following:
- Collection interface
- List interface
- Queue
- PriorityQueue (min/max)
- FIFO (LinkedList)
- Map
- Optional
- Stream
- Time
- OffsetDateTime
- LocalDateTime
Note
This is a work in progress. Will gradually support more data structures and additional methods of existing data structures.