SYMBOL INDEX (15 symbols across 3 files) FILE: gtf.go function recovery (line 19) | func recovery() { function New (line 451) | func New(name string) *htmlTemplate.Template { function Inject (line 457) | func Inject(funcs map[string]interface{}) { function ForceInject (line 467) | func ForceInject(funcs map[string]interface{}) { function InjectWithPrefix (line 477) | func InjectWithPrefix(funcs map[string]interface{}, prefix string) { FILE: gtf_test.go function AssertEqual (line 10) | func AssertEqual(t *testing.T, buffer *bytes.Buffer, testString string) { function AssertIntInRange (line 17) | func AssertIntInRange(t *testing.T, buffer *bytes.Buffer, min, max int) { function ParseTest (line 28) | func ParseTest(buffer *bytes.Buffer, body string, data interface{}) { function CustomParseTest (line 34) | func CustomParseTest(funcMap map[string]interface{}, buffer *bytes.Buffe... function TestGtfFuncMap (line 40) | func TestGtfFuncMap(t *testing.T) { function TestInject (line 392) | func TestInject(t *testing.T) { function TestForceInject (line 429) | func TestForceInject(t *testing.T) { function TestInjectWithPrefix (line 463) | func TestInjectWithPrefix(t *testing.T) { FILE: gtf_text_test.go function TextTemplateParseTest (line 9) | func TextTemplateParseTest(buffer *bytes.Buffer, body string, data inter... function TestTextTemplateGtfFuncMap (line 15) | func TestTextTemplateGtfFuncMap(t *testing.T) {