gls
is a goroutine-local storage for golang.
gls
is available using the standard go get command.
To install gls
, simply run:
go get github.com/subchen/gls
- 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
gls
is released under the Apache 2.0 license.
See LICENSE