From 3936f37e21b50efddb30f69769fe36833fbf8d45 Mon Sep 17 00:00:00 2001 From: Rudi Farkas Date: Tue, 12 Mar 2024 15:48:03 +0100 Subject: [PATCH] testscript/doc.go: add link to gotooltest doc --- testscript/doc.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testscript/doc.go b/testscript/doc.go index 1d23228d..57b3c101 100644 --- a/testscript/doc.go +++ b/testscript/doc.go @@ -351,5 +351,7 @@ for manual debugging of failing tests: import "p2" func F() { p2.F() } $ + +See also: https://pkg.go.dev/github.com/rogpeppe/go-internal/gotooltest */ package testscript