From d293c85e397c328be13e58d79e34193f05f0707f Mon Sep 17 00:00:00 2001 From: Kashav Madan Date: Sat, 17 Jun 2017 02:07:44 -0400 Subject: [PATCH] doc: fix typo in Go 1.9 release notes Change-Id: Ia5c8fcff000bf3d369d42407342c470ea92e18da Reviewed-on: https://go-review.googlesource.com/46006 Reviewed-by: Alberto Donizetti --- doc/go1.9.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.9.html b/doc/go1.9.html index 5c877bc4c9..8b10218ca7 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -259,7 +259,7 @@ CL 40331: https://golang.org/cl/40331: cmd/link,runtime/cgo: enable PT_TLS gener

The new (*T).Helper - an (*B).Helper + and (*B).Helper methods mark the calling function as a test helper function. When printing file and line information, that function will be skipped. This permits writing test helper functions while still having useful -- 2.50.0