proxy.golang.org : github.com/euank/gotmpl
Package gotmpl provides a simple library for stupid-simple templating. This templating is limited to variable substitution only. The only special characters are `\` and `$`. Each can be escaped with a backslash as `\\` and `\$` respectively. A valid variable reference must take the form of `${variable}` where `variable` matches /[a-zA-Z0-9_\-]/. Please see the examples and README for more details on usage of this library.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/euank/gotmpl
License: Apache-2.0
Latest release: over 8 years ago
First release: about 9 years ago
Namespace: github.com/euank
Dependent repositories: 1
Stars: 4 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 24 days ago