https://github.com/skipor/goenv
Utillites to work with golang compile time variables.
https://github.com/skipor/goenv
go goenv golang
Last synced: 4 months ago
JSON representation
Utillites to work with golang compile time variables.
- Host: GitHub
- URL: https://github.com/skipor/goenv
- Owner: skipor
- License: other
- Created: 2017-02-19T19:45:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T22:20:28.000Z (over 9 years ago)
- Last Synced: 2023-08-03T17:52:45.643Z (almost 3 years ago)
- Topics: go, goenv, golang
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://godoc.org/github.com/skipor/goenv)
[](https://goreportcard.com/report/skipor/goenv)
[](https://travis-ci.org/skipor/goenv)
[](https://coveralls.io/github/skipor/goenv?branch=master)
# goenv
Package goenv based on [go-stack/stack](https://github.com/go-stack/stack) unexported
features. Implements utilities to get Go compile time `$GOROOT`, `$GOPATH`,
and some other useful runtime information.