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

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

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
```