We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cee55a + 581f774 commit e2be4beCopy full SHA for e2be4be
1 file changed
env/env.go
@@ -72,7 +72,7 @@ func PatchAll(t assert.TestingT, env map[string]string) func() {
72
return clean
73
}
74
75
-// 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
76
// returns a mapping of keys to values.
77
func ToMap(env []string) map[string]string {
78
result := map[string]string{}
0 commit comments