Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duyquang6/go-generic-utils

Golang generic utils types implementation, get inspiration from Scala utils
https://github.com/duyquang6/go-generic-utils

Last synced: 2 days ago
JSON representation

Golang generic utils types implementation, get inspiration from Scala utils

Awesome Lists containing this project

README

        

# go-generic-utils

This is practice source code prepare for new 1.18 release. It implement generic utils types, inspire from Scala language

## Roadmap
- [x] Implement Option type
- [x] Implement Either type
- [ ] Add unit-tests
- [ ] Add examples