func os.Unsetenv

2 uses

	os (current package)
		env.go#L128: func Unsetenv(key string) error {

	testing
		testing.go#L1157: 			os.Unsetenv(key)