An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/skipor/goenv?status.svg)](https://godoc.org/github.com/skipor/goenv)
[![Go Report Card](https://goreportcard.com/badge/skipor/goenv)](https://goreportcard.com/report/skipor/goenv)
[![TravisCI](https://travis-ci.org/skipor/goenv.svg?branch=master)](https://travis-ci.org/skipor/goenv)
[![Coverage Status](https://coveralls.io/repos/github/skipor/goenv/badge.svg?branch=master)](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.