软件包:golang-github-go-task-template-dev(0.0~git20240422.8f6b279-2)
golang-github-go-task-template-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-go-task-template:
- [golang-github-go-task-template_0.0~git20240422.8f6b279-2.dsc]
- [golang-github-go-task-template_0.0~git20240422.8f6b279.orig.tar.xz]
- [golang-github-go-task-template_0.0~git20240422.8f6b279-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Fork of text/template package with custom features (library)
This version of Golang's text/template package has been modified to add new features, designed to work as a replacement for the original.
It was created specifically for the go-task project to meet their needs, and these features are not planned to be added to the original package unless found broadly useful in the future.
One key feature is the ResolveRef, that lets developers provide data to a template.Execute function to then retrieve specific values using go-template syntax.
This overcomes a limitation in the original package's public API, which could only return string representations of template values. ResolveRef is available both as a package function and a method on the Template type.