golang-golang-x-mod 0.15.0-1 source package in Ubuntu

Changelog

golang-golang-x-mod (0.15.0-1) unstable; urgency=medium

  * New upstream version 0.15.0

 -- Anthony Fok <email address hidden>  Fri, 23 Feb 2024 19:06:13 -0700

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-golang-x-mod_0.15.0-1.dsc 2.1 KiB 74354692bc7c1f87faa6e97f8eaf808d04bb87c27f99b65149aca9dc6380c93b
golang-golang-x-mod_0.15.0.orig.tar.gz 118.8 KiB 8d630955d5ea225b8b5013383508f6f40ef9a94a1b010b67b5dd9d367189ccd2
golang-golang-x-mod_0.15.0-1.debian.tar.xz 3.4 KiB 78e5e72dbc9b732df7944d9a8937ceebdcceb65cc3c0bb4ebd2daa4e1cf81178

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.