gvisor/runsc/config
Dean Deng 1efe0ebc59 Switch uses of os.Getenv that check for empty string to os.LookupEnv.
Whether the variable was found is already returned by syscall.Getenv.
os.Getenv drops this value while os.Lookupenv passes it along.

PiperOrigin-RevId: 351674032
2021-01-13 15:15:20 -08:00
..
BUILD Make flag propagation automatic 2020-08-26 20:24:41 -07:00
config.go Typo fix. 2020-12-17 15:39:03 -08:00
config_test.go Let flags be overriden from OCI annotations 2020-09-01 11:12:19 -07:00
flags.go Switch uses of os.Getenv that check for empty string to os.LookupEnv. 2021-01-13 15:15:20 -08:00