Skip to content

Commit

Permalink
Merge pull request #263 from dolmen-go/env-add-godoc-links
Browse files Browse the repository at this point in the history
env: add godoc links
  • Loading branch information
dnephin committed Jun 13, 2023
2 parents 4cee55a + 581f774 commit e2be4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/env.go
Expand Up @@ -72,7 +72,7 @@ func PatchAll(t assert.TestingT, env map[string]string) func() {
return clean
}

// ToMap takes a list of strings in the format returned by os.Environ() and
// ToMap takes a list of strings in the format returned by [os.Environ] and
// returns a mapping of keys to values.
func ToMap(env []string) map[string]string {
result := map[string]string{}
Expand Down

0 comments on commit e2be4be

Please sign in to comment.