套件: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.