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

Changelog

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

  * Team upload.
  * New upstream version 1.2.0.

 -- Arthur Diniz <email address hidden>  Thu, 28 Jan 2021 21:29:03 -0300

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-google-uuid_1.2.0-1.dsc 2.2 KiB 8e812502c744a547e910512210828fbda9f340e8610589625f6944d46b6f3043
golang-github-google-uuid_1.2.0.orig.tar.gz 13.8 KiB 53ba896ce398435b3ba4f9375f5d4908b09c79daaa54ecd4e5000b7bef984380
golang-github-google-uuid_1.2.0-1.debian.tar.xz 2.9 KiB e0153b3729b3b76e23758def7c6ac6c0a3e428e38d5c58a13afbb0a20c4dd2fd

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).