Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zabawaba99/utils
https://github.com/zabawaba99/utils
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/zabawaba99/utils
- Owner: zabawaba99
- License: mit
- Created: 2015-03-27T06:38:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T14:22:44.000Z (about 6 years ago)
- Last Synced: 2024-06-20T05:05:27.006Z (5 months ago)
- Language: Go
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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