]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/testing/testing.go
testing: add available godoc link
[gostls13.git] / src / testing / testing.go
index a137fae890fac5519a32c51bf8d3497b56a84dee..ed8b3630f104adfd65cee695942d3293cf1e8708 100644 (file)
@@ -1104,7 +1104,7 @@ func (c *common) Skipf(format string, args ...any) {
 }
 
 // SkipNow marks the test as having been skipped and stops its execution
-// by calling runtime.Goexit.
+// by calling [runtime.Goexit].
 // If a test fails (see Error, Errorf, Fail) and is then skipped,
 // it is still considered to have failed.
 // Execution will continue at the next test or benchmark. See also FailNow.