golang-github-shenwei356-util 0.5.0-2 source package in Ubuntu

Changelog

golang-github-shenwei356-util (0.5.0-2) unstable; urgency=medium

  * Update B-D and Depends according to go.mod (Closes: #1058506)
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Change Section to golang

 -- Nilesh Patra <email address hidden>  Mon, 25 Dec 2023 22:17:45 +0530

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-github-shenwei356-util_0.5.0-2.dsc 1.9 KiB 0cdf4fde42b0a2697c8ac7303e38f9716fa81c962d5c14f21980ccfe5929c00e
golang-github-shenwei356-util_0.5.0.orig.tar.gz 36.8 KiB 69a943a27829d4a70ab38b107365f2cae1506d9be4d3d3089b51e7a9159f6c84
golang-github-shenwei356-util_0.5.0-2.debian.tar.xz 2.7 KiB 88052209c049bebb4b9077601c8a9b3da472aad5e817095e01afa0ed349982e6

Available diffs

No changes file available.

Binary packages built by this source

golang-github-shenwei356-util-dev: Golang utility packages (library)

 The utilities include
 .
  bytesize: providing a way to show readable values of byte sizes by reediting
            the code from http://golang.org/doc/effective_go.html. It could
            also parsing byte size text to ByteSize object.
 .
  exec: runs external commands. It wraps os.exec to allow using full
            command string as arguments, and provides functions of providing
            (stdin, stdout, stderr) channel for (stdin, stdout, stderr) pipe.
 .
 byteutil, cliutil, math, pathutil, randutil, stringutil are further utils
 without specific documentation.