• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

gosumcheck/H12-Nov-2020-

internal/lazyregexp/H12-Nov-2020-

modfile/H12-Nov-2020-

module/H12-Nov-2020-

semver/H12-Nov-2020-

sumdb/H12-Nov-2020-

zip/H12-Nov-2020-

LICENSEH A D12-Nov-20201.4 KiB

PATENTSH A D12-Nov-20201.3 KiB

READMEH A D12-Nov-2020559

codereview.cfgH A D12-Nov-202021

go.modH A D12-Nov-2020214

go.sumH A D12-Nov-20201.4 KiB

README

1This repository holds packages for writing tools
2that work directly with Go module mechanics.
3That is, it is for direct manipulation of Go modules themselves.
4
5It is NOT about supporting general development tools that
6need to do things like load packages in module mode.
7That use case, where modules are incidental rather than the focus,
8should remain in x/tools, specifically x/tools/go/packages.
9
10The specific case of loading packages should still be done by
11invoking the go command, which remains the single point of
12truth for package loading algorithms.
13
14