1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:11:21 -06:00
go/src/text/template
Jess Frazelle c3f05d9593 text/template: remove unused Tree.parse return value
Fixes #13993

Change-Id: Ic61b2bcd9f4f71457d3a8581574633d505d5750e
Reviewed-on: https://go-review.googlesource.com/27240
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2016-08-17 22:36:27 +00:00
..
parse text/template: remove unused Tree.parse return value 2016-08-17 22:36:27 +00:00
testdata
doc.go text/template: clarify the default formatting used for values 2016-06-21 02:15:44 +00:00
example_test.go text/template, html/template: fix block example name 2015-09-29 00:17:40 +00:00
examplefiles_test.go
examplefunc_test.go
exec_test.go text/template: detect pathologically recursive template invocations 2016-05-12 22:32:30 +00:00
exec.go text/template: detect pathologically recursive template invocations 2016-05-12 22:32:30 +00:00
funcs.go all: delete dead non-test code 2016-03-25 06:28:13 +00:00
helper.go html/template, text/template: clarify Parse{Files,Glob} semantics 2016-04-22 02:01:54 +00:00
multi_test.go text/template: fix Parse when called twice with empty text 2016-08-16 23:49:42 +00:00
option.go text/template: make zero Template work again 2015-06-24 22:27:33 +00:00
template.go text/template: fix Parse when called twice with empty text 2016-08-16 23:49:42 +00:00