go-template-tester

command module
v0.0.0-...-48df66d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2019 License: MIT Imports: 6 Imported by: 0

README

= go-template-tester

Testing golang templates including http://github.com/Masterminds/sprig[sprig] template functions.

Usage:
----
./go-template-tester [TEMPLATE] [INPUT]...
----

Example:
----
# ./go-template-tester "{{ . | lower | replace \"a\" \"d\" }}" "ACdc" "AbCdE"
ACdc : dcdc
AbCdE: dbcde
----

== Build go-template-tester

----
# go get
# go build
----

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL