aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html
diff options
context:
space:
mode:
authorRobert Hencke <robert.hencke@gmail.com>2014-04-26 19:54:48 -0700
committerIan Lance Taylor <iant@golang.org>2014-04-26 19:54:48 -0700
commitd46134830fff5ab20950762f7b7371a7dbef5871 (patch)
tree0ba1ba256585d98f506b69879bd9bb6b13d73545 /src/pkg/html
parent8409dea8ee87dcaf8ecbf16ed59214eb08524973 (diff)
downloadgo-d46134830fff5ab20950762f7b7371a7dbef5871.tar.xz
src: fix issues found by go vet std
LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/96850043
Diffstat (limited to 'src/pkg/html')
-rw-r--r--src/pkg/html/template/escape.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/html/template/escape.go b/src/pkg/html/template/escape.go
index 5f458d172d..4e379828d4 100644
--- a/src/pkg/html/template/escape.go
+++ b/src/pkg/html/template/escape.go
@@ -221,7 +221,6 @@ func allIdents(node parse.Node) []string {
return node.Ident
}
panic("unidentified node type in allIdents")
- return nil
}
// ensurePipelineContains ensures that the pipeline has commands with