golang-github-google-uuid 1.3.0-1 source package in Ubuntu

Changelog

golang-github-google-uuid (1.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.3.0
  * Update Section to golang
  * Update Standards-Version to 4.6.0 (no changes)
  * Update maintainer address to <email address hidden>
  * Enable tests
  * Remove outdated Files-Excluded in d/copyright

 -- Shengjing Zhu <email address hidden>  Thu, 24 Feb 2022 23:56:26 +0800

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-google-uuid_1.3.0-1.dsc 1.6 KiB 373fef6134fd5cb7265da74f1bbc4cd04229acbeba74d1ff2b02198943437662
golang-github-google-uuid_1.3.0.orig.tar.gz 15.8 KiB 7f7f37c47980e0afcc178a9ffc390bec29ed2371919b4c07658eb01791a7f921
golang-github-google-uuid_1.3.0-1.debian.tar.xz 3.0 KiB b155482f05d3deea4390c2a5da2e056cda5c5fc31c11469594ed4ea1450f86dc

Available diffs

No changes file available.

Binary packages built by this source

golang-github-google-uuid-dev: generates and inspects UUIDs based on RFC 4122

 This package generates and inspects UUIDs based on RFC 4122
 (http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and
 Security Services.
 .
 This package is based on the "github.com/pborman/uuid" package. It differs
 from these earlier packages in that a UUID is a 16 byte array rather than
 a byte slice. One loss due to this change is the ability to represent an
 invalid UUID (vs a NIL UUID).