Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 824 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 824 Bytes

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