go-environ

Go-Environ GoDoc Build Status

Unix-like environment variable functions in Go

Go-Environ is a system to implement the similar functionality as environment lists found in all Unix-based OS’. Basically, all the functions found at “man 3 setenv” from a Unix prompt. With some additions to support Go’s basic types.

Features

Installation

Using “go get”:

go get github.com/srfrog/go-environ

Then import from source:

import "github.com/srfrog/go-environ"

Documentation

The full code documentation is located at GoDoc:

http://godoc.org/github.com/srfrog/go-environ

Published under MIT License