From 85bcf7f59d68c59be50087f68f7f25736c6a2adf Mon Sep 17 00:00:00 2001 From: Daniel Theophanes Date: Thu, 1 Dec 2016 07:10:21 -0800 Subject: [PATCH] doc: update go1.8 release notes to say NamedArg not NamedParam Fixes #18135 Change-Id: I54ef9d6fc804d0fb77b729a04367a138e40f9ddf Reviewed-on: https://go-review.googlesource.com/33766 Reviewed-by: Brad Fitzpatrick --- doc/go1.8.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index 66afc3eed6..471a9b967d 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -850,9 +850,9 @@ crypto/x509: return error for missing SerialNumber (CL 27238) should continue to be used after it advances to the next result set.

- NamedParam may be used - as query arguments. The new function Param - helps create a NamedParam + NamedArg may be used + as query arguments. The new function Named + helps create a NamedArg more succinctly.

If a driver supports the new -- 2.48.1