https://github.com/prabdeb/go-utils
Small utilities for GO
https://github.com/prabdeb/go-utils
calander contains go go-utils golang
Last synced: 3 months ago
JSON representation
Small utilities for GO
- Host: GitHub
- URL: https://github.com/prabdeb/go-utils
- Owner: prabdeb
- License: apache-2.0
- Created: 2019-02-07T10:03:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T14:17:26.000Z (about 6 years ago)
- Last Synced: 2025-01-19T18:14:59.288Z (4 months ago)
- Topics: calander, contains, go, go-utils, golang
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GO Utilities
Small utilities for GO that currently includes -
* Contains
* String Array
* Int Array
* Calendar (between two times)
* Month
* Day
* Week
* OpenStack
* App Deployment Parser## Examples
Refer [examples](examples) page for detailed examples for each use cases
## Test
```sh
make
```