kelseyhightower / envconfig

Golang library for managing configuration data from environment variables
MIT License
5.01k stars 377 forks source link

Var not found after being exported #177

Open ahcarpenter opened 4 years ago

ahcarpenter commented 4 years ago

Any thoughts as to why os.LookupEnv would not be able to find a var that I just exported from the command line?

noamlaminar commented 3 years ago

did you check if by chance you were using sudo?