/env

A simple GO package to read environmental files.

Primary LanguageGoApache License 2.0Apache-2.0

ENV

Go

Introduction

Env is a simple GO package to read environmental files.

Getting Started

Prerequisites

Get the ENV

Simply run the following command to get the env package.

go get github.com/rashintha/env

Basic Usage

package main

import "github.com/rashintha/env"

func main() {
	HOST := env.CONF["HOST"]
}

License

ENV is released under Apache-2.0 license. Please read LICENSE for more information.

Contributing

I always appreciate help from the community to develop. Please send me an email to mail@rashintha.com to get started!