golang-pretty 0.3.1-1 source package in Ubuntu

Changelog

golang-pretty (0.3.1-1) unstable; urgency=medium

  * New upstream version 0.3.1
  * Revert "Vendor in fmtsort from github.com/rogpeppe/go-internal v1.6.2"
    as a prior circular dependency no longer exists
  * Reorder fields in debian/control and debian/copyright
  * Bump versioned dependencies as per go.mod
  * Bump Standards-Version to 4.6.2 (no change)

 -- Anthony Fok <email address hidden>  Thu, 21 Sep 2023 02:06:23 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-pretty_0.3.1-1.dsc 2.1 KiB 1321798562fa1129b1ffe7fa91e56262b4c01d649b7d3bf87b82e2a199f6aef5
golang-pretty_0.3.1.orig.tar.gz 10.0 KiB e6fa7db2708320e66a1645bf6b234e524e73f4163ca0519b8608616e48f5d206
golang-pretty_0.3.1-1.debian.tar.xz 3.4 KiB f2eda225950531b5a83417fa8d2d1f11963bc00c001702fac48876050b7a9dce

Available diffs

No changes file available.

Binary packages built by this source

golang-github-kr-pretty-dev: Pretty printing for Go values

 Go library package github.com/kr/pretty provides pretty-printing
 for Go values. This is useful during debugging, to avoid wrapping
 long output lines in the terminal.
 .
 It provides a function, Formatter, that can be used with any function
 that accepts a format string. It also provides convenience wrappers
 for functions in packages fmt and log.