├── .gitignore ├── LICENSE ├── README.md ├── tpl.go └── tpl_test.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsg/gotpl/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsg/gotpl/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsg/gotpl/HEAD/README.md -------------------------------------------------------------------------------- /tpl.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsg/gotpl/HEAD/tpl.go -------------------------------------------------------------------------------- /tpl_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tsg/gotpl/HEAD/tpl_test.go --------------------------------------------------------------------------------