Skip to content

Commit e2be4be

Browse files
authored
Merge pull request #263 from dolmen-go/env-add-godoc-links
env: add godoc links
2 parents 4cee55a + 581f774 commit e2be4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

env/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func PatchAll(t assert.TestingT, env map[string]string) func() {
7272
return clean
7373
}
7474

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

0 commit comments

Comments
 (0)