Clone this repo:
  1. c0bdc7b modfile: add API for godebug lines by Russ Cox · 7 days ago master
  2. 6686f41 module: add COM0 and LPT0 to badWindowsNames by Michael Matloob · 8 days ago
  3. aa51b25 modfile: do not collapse if there are unattached comments within blocks by Quan Tong · 6 months ago v0.17.0
  4. 87140ec sumdb/tlog: make NewTiles only generate strictly necessary tiles by Filippo Valsorda · 10 weeks ago
  5. 18d3f56 modfile: fix crash on AddGoStmt in empty File by crazybolillo · 10 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.