kubernetes-sylixos/pkg/util/env
Chris Bandy d38ac7e7c6 Replace os.Setenv with testing.T.Setenv in tests
T.Setenv ensures that the environment is returned to its prior state
when the test ends. It also panics when called from a parallel test to
prevent racy test interdependencies.
2023-04-17 20:39:46 -05:00
..
env_test.go Replace os.Setenv with testing.T.Setenv in tests 2023-04-17 20:39:46 -05:00
env.go Fix golint issues in pkg/util/env 2019-09-27 17:25:19 +02:00