github.com/docker-library/go-dockerlibrary@v0.0.0-20200821205225-669fbe5c1d52/pkg/templatelib/doc.go (about) 1 /* 2 Package templatelib implements a group of useful functions for use with the stdlib text/template package. 3 4 Usage: 5 6 tmpl, err := template.New("some-template").Funcs(templatelib.FuncMap).Parse("Hi, {{ join " " .Names }}") 7 */ 8 package templatelib