Clone this repo:
  1. d1f873e modfile: fix Cleanup clobbering Line reference by James Hartig · 3 years, 4 months ago master
  2. b56a28f modfile: Add support for tool lines by Conrad Irwin · 1 year, 1 month ago
  3. 79169e9 LICENSE: update per Google Legal by Russ Cox · 11 days ago
  4. d58be1c sumdb/tlog: set the hash of the empty tree according to RFC 6962 by Filippo Valsorda · 7 weeks ago v0.19.0
  5. 232e49f Revert "module: add COM0 and LPT0 to badWindowsNames" by Michael Matloob · 7 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.