From 9d241da7281ac22515dcc23acae32adb3a3cff0f Mon Sep 17 00:00:00 2001 From: Rudolf Farkas Date: Thu, 11 Apr 2024 16:41:29 +0200 Subject: [PATCH] testscript: add doc link to gotooltest Otherwise it's not obvious that the "go" commands aren't a built-in feature. --- 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