package
1.9.0
Repository: https://github.com/ibrt/golang-bites.git
Documentation: pkg.go.dev

# Functions

ExecuteGo executes a text template, formatting the result as Go code.
ExecuteHTML executes a HTML template.
ExecuteHTMLTidy executes a HTML template, formatting the result as HTML code.
ExecuteJSON executes a text template, formatting the result as JSON code.
ExecuteText executes a text template.
MustExecuteGo is like ExecuteGo but panics on error.
MustExecuteHTML is like ExecuteHTML but panics on error.
MustExecuteHTMLTidy is like ExecuteHTMLTidy but panics on error.
MustExecuteJSON executes a text template, formatting the result as JSON code, panics on error.
MustExecuteText is like ExecuteText but panics on error.
MustParseAndExecuteGo is like ParseAndExecuteGo but panics on error.
MustParseAndExecuteHTML is like ParseAndExecuteHTML but panics on error.
MustParseAndExecuteHTMLTidy is like ParseAndExecuteHTMLTidy but panics on error.
MustParseAndExecuteJSON is like ParseAndExecuteJSON but panics on error.
MustParseAndExecuteText is like ParseAndExecuteText but panics on error.
ParseAndExecuteGo parses and executes a text template, formatting the result as Go code.
ParseAndExecuteHTML parses and executes a HTML template.
ParseAndExecuteHTMLTidy parses and executes a HTML template, formatting the result as HTML code.
ParseAndExecuteJSON parses and executes a text template, formatting the result as JSON code.
ParseAndExecuteText parses and executes a text template.