Clone this repo:
  1. 9d33331 x/mod: add the ignore directive by Sam Thanawalla · 9 weeks ago master v0.25.0
  2. ae88a97 all: change from sort functions to slices functions by Eng Zer Jun · 8 months ago
  3. dc121ce all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 5 months ago v0.24.0
  4. 52289f1 modfile: fix trailing empty lines in require blocks by Prince Roshan · 6 months ago v0.23.0
  5. dec0365 sumdb: make data tiles by Server compatible with sum.golang.org by Mechiel Lukkien · 9 months ago v0.22.0

mod

PkgGoDev

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.