Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zabawaba99/utils


https://github.com/zabawaba99/utils

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Utils [![Build Status](https://travis-ci.org/zabawaba99/utils.svg?branch=master)](https://travis-ci.org/zabawaba99/utils) [![Coverage Status](https://coveralls.io/repos/zabawaba99/utils/badge.svg?branch=master)](https://coveralls.io/r/zabawaba99/utils?branch=master)

----

A grouping of utility functions that I have used in many different projects

## Installation

```go
go get github.com/zabawaba99/utils
```

Check the [GoDocs](http://godoc.org/github.com/zabawaba99/utils) for more details

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b new-feature`)
3. Commit your changes (`git commit -am 'Some cool reflection'`)
4. Push to the branch (`git push origin new-feature`)
5. Create new Pull Request