Clone this repo:
  1. 62c7e57 sumdb: handle panic from c.ReadRemote during ReadTiles by Russ Cox · 2 days ago master
  2. 2a1c06a modfile: update toolchain syntax by Russ Cox · 3 days ago
  3. e81ad10 sumdb: correct spelling mistakes by Oleksandr Redko · 5 days ago
  4. e343115 sumdb: add missing return after http.Error by Oleksandr Redko · 5 days ago
  5. fc83a8f modfile: add support for dropping go and toolchain stmts by Russ Cox · 2 weeks ago

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.