Package: golang-gopkg-alecthomas-kingpin.v2 / 2.2.6-4

Metadata

Package Version Patches format
golang-gopkg-alecthomas-kingpin.v2 2.2.6-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
go 1.6 text template.patch | (download)

README.md | 2 1 + 1 - 0 !
cmd/genvalues/main.go | 7 3 + 4 - 0 !
templates.go | 268 134 + 134 - 0 !
usage.go | 3 1 + 2 - 0 !
4 files changed, 139 insertions(+), 141 deletions(-)

 switch to text/template from go 1.6
 This patch substitutes the package github.com/alecthomas/template,
 which is a fork of text/template from Go 1.2 with the addition of
 whitespace trimming using the syntax `}}\`.
 .
 text/template from Go 1.6 supports whitespace trimming, albeit using a