Skip to content

Repository files navigation

Obvious env helper methods

Contributor Covenant License GitHub release

Simple environment variable helper library

How to Use

Installation

go get github.com/go-obvious/env

Example Usage

package main

import (
    "fmt"
    "github.com/go-obvious/env"
)

func main() {
    value := env.GetOr("MY_VARIABLE", "nothing")
    fmt.Println("Got:", value)
}

About

Simple environment variable helper library

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages