Categorygithub.com/gpmd/gotemplate
repositorypackage
0.5.3
Repository: https://github.com/gpmd/gotemplate.git
Documentation: pkg.go.dev

# README

Generic Go Template funcs

Usage:

import ( 
    "github.com/gpmd/gotemplate"
)

func main() {
    gotemplate.Template("{{(xml_decode .).mycode}}", "<?xml version=\"1.0\"?><mycode>MYCODE</mycode>")
}