From 55732ad839164e65af3088bffcf569fab07ae4b3 Mon Sep 17 00:00:00 2001 From: Samuel Tan Date: Thu, 29 Mar 2018 17:50:46 -0700 Subject: [PATCH] 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 --- src/html/template/url.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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<