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

https://github.com/subchen/go-stack

Common utility functions for Golang
https://github.com/subchen/go-stack

golang utilities

Last synced: 5 months ago
JSON representation

Common utility functions for Golang

Awesome Lists containing this project

README

          

Common Utils for Golang
=========================

[![GoDoc](https://godoc.org/github.com/subchen/go-stack?status.svg)](https://godoc.org/github.com/subchen/go-stack)
[![Build Status](https://img.shields.io/travis/subchen/go-stack.svg)](https://travis-ci.org/subchen/go-stack)
[![Coverage Status](https://coveralls.io/repos/github/subchen/go-stack/badge.svg)](https://coveralls.io/github/subchen/go-stack)
[![Go Report Card](https://goreportcard.com/badge/github.com/subchen/go-stack)](https://goreportcard.com/report/github.com/subchen/go-stack)
[![Release](https://img.shields.io/github/release/subchen/go-stack.svg)](https://github.com/subchen/go-stack/releases/latest)
[![License](https://img.shields.io/github/license/subchen/go-stack.svg)](http://www.apache.org/licenses/LICENSE-2.0)

**WARNING**: This package is in developing.

## Installation

```bash
go get github.com/subchen/go-stack
```

## Contributing

- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request

## License

Apache 2.0 license. See [LICENSE](https://github.com/subchen/go-stack/blob/master/LICENSE)