I am trying to mock the Go function os.GetEnv() in my test files so that I can get the desired value for a particular environment variable.
os.GetEnv()
For example I hav