Documentation ¶ Index ¶ func Render(rawTemplate string, data interface{}) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Render ¶ func Render(rawTemplate string, data interface{}) (string, error) Render builds a string rawTemplate should contain a valid template according to https://golang.org/pkg/text/template/ data should contain any struct that is needed to render the template Types ¶ This section is empty. Source Files ¶ View all Source files render.go Click to show internal directories. Click to hide internal directories.