From: Samuel Tan Date: Fri, 30 Mar 2018 00:50:46 +0000 (-0700) Subject: html/template: fix one more lint naming error X-Git-Tag: go1.11beta1~1028 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=55732ad839164e65af3088bffcf569fab07ae4b3;p=gostls13.git html/template: fix one more lint naming error Change-Id: I629d89d5065271f3b92dde8b12f0e743c9bde8f0 Reviewed-on: https://go-review.googlesource.com/103595 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- diff --git a/src/html/template/url.go b/src/html/template/url.go index 669600ef9a..a5c775c94e 100644 --- a/src/html/template/url.go +++ b/src/html/template/url.go @@ -181,7 +181,7 @@ func isHTMLSpace(c byte) bool { return (c <= 0x20) && 0 != (htmlSpaceAndASCIIAlnumBytes[c>>3]&(1<>3]&(1<