From 581f7740ad592b015d3250365ef08c5ed0d2913a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Sun, 11 Jun 2023 21:40:08 +0200 Subject: [PATCH] env: add godoc links --- env/env.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/env.go b/env/env.go index 71efc39..9653cf1 100644 --- a/env/env.go +++ b/env/env.go @@ -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{}