Skip to content

subchen/gls

Repository files navigation

gls

Go Report Card GoDoc

gls is a goroutine-local storage for golang.

Installation

gls is available using the standard go get command.

To install gls, simply run:

go get github.com/subchen/gls

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

gls is released under the Apache 2.0 license. See LICENSE