# gls **Repository Path**: mirrors_subchen/gls ## Basic Information - **Project Name**: gls - **Description**: A goroutine-local storage for golang - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gls [![Go Report Card](https://goreportcard.com/badge/github.com/subchen/gls)](https://goreportcard.com/report/github.com/subchen/gls) [![GoDoc](https://godoc.org/github.com/subchen/gls?status.svg)](https://godoc.org/github.com/subchen/gls) `gls` is a goroutine-local storage for golang. ## Installation `gls` is available using the standard go get command. To install `gls`, simply run: ```bash 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](https://github.com/subchen/gls/blob/master/LICENSE)