Skip to content

Eclalang/dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOTENV LIBRARY FOR ECLA

Candidate functions :

Func Name Prototype Description Comments
GetEnv GetEnv(key string) string Returns the value of the key N/A
LoadFile LoadFile(path string) Load the keys and the values from the file if they don't exist N/A
OverloadFile OverloadFile(path string) Load the file and overwrite the value for the existing key N/A
SetEnv SetEnv(key string, value string) Define the value of the key N/A

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages