Skip to content

Commit f90ecb1

Browse files
committed
docs: add more references
1 parent 95aa41c commit f90ecb1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,6 @@ func TestExample(t *testing.T) {
198198

199199
## References
200200

201-
- https://tip.golang.org/doc/go1.24#testingpkgtesting
201+
- https://tip.golang.org/doc/go1.15#testingpkgtesting (`TempDir`)
202+
- https://tip.golang.org/doc/go1.17#testingpkgtesting (`SetEnv`)
203+
- https://tip.golang.org/doc/go1.24#testingpkgtesting (`Chdir`, `Context`)

0 commit comments

Comments
 (0)