Skip to content

Commit

Permalink
env: add godoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed Jun 11, 2023
1 parent fe86c87 commit 581f774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/env.go
Original file line number Diff line number Diff line change
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 581f774

Please sign in to comment.