https://github.com/opdev/virtwork/blob/11ff821a4d58ebc1ef1c48988a83c2b605615013/internal/config/config_test.go#L43 This line appears to be unnecessarily complex. This seems like it can be simplified to `key := env[:0]` which is basically the same as `key := []`
virtwork/internal/config/config_test.go
Line 43 in 11ff821
This line appears to be unnecessarily complex. This seems like it can be simplified to
key := env[:0]which is basically the same askey := []