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

Changelog

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

  * New upstream version 0.5.0

 -- Nilesh Patra <email address hidden>  Sun, 16 Jan 2022 17:52:08 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-shenwei356-util_0.5.0-1.dsc 2.4 KiB 349f2c024c70f4cc16525671e3f182c07db3e4fd54ab14491654179d4ec4bb75
golang-github-shenwei356-util_0.5.0.orig.tar.gz 36.8 KiB 69a943a27829d4a70ab38b107365f2cae1506d9be4d3d3089b51e7a9159f6c84
golang-github-shenwei356-util_0.5.0-1.debian.tar.xz 2.6 KiB 89e80f203baee7f457a3a6d27009faced617649cb8d7d8fcf17820dac32e9419

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.