ajbeach2 / goenv

Environment Variable + Config Helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goenv

Quick Start

package main

import (
	"fmt"
	"github.com/ajbeach2/goenv"
)

func main(){
	val := goenv.GetEnv("FOO", "bar")
	fmt.fmt.Println(val)
}

About

Environment Variable + Config Helpers


Languages

Language:Go 100.0%