golang-github-ttacon-chalk 0.1-2 source package in Ubuntu

Changelog

golang-github-ttacon-chalk (0.1-2) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.
  * Set Testsuite: autopkgtest-pkg-go.
  * Fix insecure-copyright-format-uri.

 -- Alexandre Viau <email address hidden>  Wed, 18 Apr 2018 02:10:03 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-ttacon-chalk_0.1-2.dsc 2.2 KiB beb881fab58c8dd6414b0f730413fd14733f68c1573c63720e578202c156c596
golang-github-ttacon-chalk_0.1.orig.tar.gz 72.2 KiB 3b06db6490cf8fd4b0ed2e041fb1365e94da01c06bbc83737d40575fe666751e
golang-github-ttacon-chalk_0.1-2.debian.tar.xz 2.7 KiB ac26779fc65457e883b12881facae795d13cd194018df02bcc8d3a27375e6eaa

Available diffs

No changes file available.

Binary packages built by this source

golang-github-ttacon-chalk-dev: Go library for prettifying terminal/console output

 Chalk is a go package for styling console/terminal output.
 .
 Check out godoc for some example usage:
 http://godoc.org/github.com/ttacon/chalk
 .
 The api is pretty clean, there are default Colors and TextStyles which can be
 mixed to create more intense Styles. Styles and Colors can be printed in normal
 strings (i.e. fmt.Sprintf(chalk.Red)), but Styles, Colors and TextStyles are
 more meant to be used to style specific text segments (i.e.
 fmt.Println(chalk.Red.Color("this is red")) or fmt.Println(myStyle.Style("this
 is blue text that is underlined"))).
 .
 This package contains the source.