From: Kashav Madan Date: Sat, 17 Jun 2017 06:07:44 +0000 (-0400) Subject: doc: fix typo in Go 1.9 release notes X-Git-Tag: go1.9beta2~54 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d293c85e397c328be13e58d79e34193f05f0707f;p=gostls13.git doc: fix typo in Go 1.9 release notes Change-Id: Ia5c8fcff000bf3d369d42407342c470ea92e18da Reviewed-on: https://go-review.googlesource.com/46006 Reviewed-by: Alberto Donizetti --- 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