Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/duyquang6/go-generic-utils
- Owner: duyquang6
- Created: 2022-02-06T10:11:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T01:39:18.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T19:17:39.632Z (5 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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