Skip to content

env: factor out environ map construction

Administrator requested to merge k/faster-env into master

Created by: keegancsmith

See second commit. First commit is undoing the revert of #11015.

There was a bug in the implementation. We iterated over the empty map instead of os.Environ(). By factoring it out we can test it.

Merge request reports

Loading