go-golang-org-x-mod 0.24.0
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.
- Outputs:
out
- Website: https://golang.org/x/mod
- Licenses: Modified BSD
- Package source: gnu/packages/golang-build.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-golang-org-x-mod 0.24.0
as follows:
guix install go-golang-org-x-mod@0.24.0
Or install the latest version:
guix install go-golang-org-x-mod
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.