Skip to content

A fork of Golang's standard text/template package with custom functionality for Task

Notifications You must be signed in to change notification settings

go-task/template

Repository files navigation

go-task/template

This is a forked version of Golang's standard text/template package. It is designed to be a drop-in replacement for the original package with some additional features.

Features

  • Template.Resolve - This method will return a value from the given dataset by using Go's templating syntax. It supports any template consisting of a single ActionNode. This includes the use of dot notation and templating functions. This solves a limitation of the public API of the original package which meant that it was only ever possible to return a string representation of a value from a template.

About

A fork of Golang's standard text/template package with custom functionality for Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages