golang-golang-x-mod 0.5.1-2 source package in Ubuntu

Changelog

golang-golang-x-mod (0.5.1-2) unstable; urgency=medium

  * Team upload.
  * Backport workfile parser

 -- Shengjing Zhu <email address hidden>  Wed, 23 Mar 2022 01:39:13 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-golang-x-mod_0.5.1-2.dsc 1.6 KiB 1ab72d5afd8147c0bd472ac7005eba367b4f0eca45a8d853f650ec09a7136881
golang-golang-x-mod_0.5.1.orig.tar.xz 92.3 KiB 45942d1fed7d0df3f69a145deeb45719fb0d486d07d376a8f0734260f5906f48
golang-golang-x-mod_0.5.1-2.debian.tar.xz 6.8 KiB b9dee73c18090ff387245261c3f1d7fdffa90092d2db95cf46fd6450f4d8d595

Available diffs

No changes file available.

Binary packages built by this source

golang-golang-x-mod-dev: Go module mechanics libraries

 This repository holds packages for writing tools
 that work directly with Go module mechanics.
 That is, it is for direct manipulation of Go modules themselves.
 .
 It is NOT about supporting general development tools that
 need to do things like load packages in module mode.
 That use case, where modules are incidental rather than the focus,
 should remain in x/tools, specifically x/tools/go/packages.
 .
 The specific case of loading packages should still be done by
 invoking the go command, which remains the single point of
 truth for package loading algorithms.