package
0.0.0-20180118220450-e73dab44213f
Repository: https://github.com/go-lang-plugin-org/go-lang-idea-plugin.git
Documentation: pkg.go.dev

# Functions

Must is a helper that wraps a call to a function returning (*Template, error) and panics if the error is non-nil.
New allocates a new template with the given name.
ParseFiles creates a new Template and parses the template definitions from the named files.
ParseGlob creates a new Template and parses the template definitions from the files identified by the pattern, which must match at least one file.

# Structs

Template is the representation of a parsed template.