Closed eademir closed 2 years ago
for example for my dotenv file:
BAR=bar FOO=foo
But when I call os.Getenv("BAR") it's returning "Bar". How can I prevent this without lowercased it with extra code.
for example for my dotenv file:
BAR=bar FOO=foo
But when I call os.Getenv("BAR") it's returning "Bar". How can I prevent this without lowercased it with extra code.