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
- Host: GitHub
- URL: https://github.com/subchen/go-stack
- Owner: subchen
- License: apache-2.0
- Created: 2017-10-20T04:21:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T13:01:28.000Z (about 6 years ago)
- Last Synced: 2025-11-22T13:00:02.597Z (7 months ago)
- Topics: golang, utilities
- Language: Go
- Homepage:
- Size: 181 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Common Utils for Golang
=========================
[](https://godoc.org/github.com/subchen/go-stack)
[](https://travis-ci.org/subchen/go-stack)
[](https://coveralls.io/github/subchen/go-stack)
[](https://goreportcard.com/report/github.com/subchen/go-stack)
[](https://github.com/subchen/go-stack/releases/latest)
[](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)