Skip to content

dhyanio/go-envparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

go-parse-environment

Parsing environment variables from .env files.

package main

import (
  oktaUtils "https://github.com/dhyanio/go-envparse"
)

func main() {
  oktaUtils.ParseEnvironment()
}

.env file

CLIENT_ID=75848585h579yg9
CLIENT_SECRET=t3-dg3l585ijs09u5-t35j95
ISSUER=https://<okta_project_url>/oauth2/default

About

Parsing environment variables from .env files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages