パッケージ: golang-github-intel-tfortools-dev (0.2.0-1)
golang-github-intel-tfortools-dev に関するリンク
Debian の資源:
golang-github-intel-tfortools ソースパッケージをダウンロード:
- [golang-github-intel-tfortools_0.2.0-1.dsc]
- [golang-github-intel-tfortools_0.2.0.orig.tar.xz]
- [golang-github-intel-tfortools_0.2.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
template scripting support to go programs
Package tfortools provides a set of functions that are designed to make it easier for developers to add template based scripting to their command line tools.
Command line tools written in Go often allow users to specify a template script to tailor the output of the tool to their specific needs. This can be useful both when visually inspecting the data and also when invoking command line tools in scripts. The best example of this is go list which allows users to pass a template script to extract interesting information about Go packages.