We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd28c52 + 7d6155c commit ef512b2Copy full SHA for ef512b2
Readme.md
@@ -18,9 +18,9 @@ There are four main methods in this package:
18
19
func RenderFile(filename string, context ...interface{}) string
20
21
- func ParseString(data string) (*template, os.Error)
+ func ParseString(data string) (*Template, os.Error)
22
23
- func ParseFile(filename string) (*template, os.Error)
+ func ParseFile(filename string) (*Template, os.Error)
24
25
There are also two additional methods for using layouts (explained below).
26
0 commit comments