This package browser is in early development. Mind the rough edges.

go-golang-org-x-mod

Tools to work directly with Go module mechanics

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.

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.

Installation

Install the latest version of go-golang-org-x-mod as follows:

guix install go-golang-org-x-mod

Or install a particular version:

guix install go-golang-org-x-mod@0.24.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of go-golang-org-x-mod about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/go-golang-org-x-mod'><img src='https://packages.guix.gnu.org/packages/go-golang-org-x-mod/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/go-golang-org-x-mod/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/go-golang-org-x-mod)

Example Org:

[[https://packages.guix.gnu.org/packages/go-golang-org-x-mod][https://packages.guix.gnu.org/packages/go-golang-org-x-mod/badges/latest-version.svg]]