Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / mod@v0.3.0 / README
1 This repository holds packages for writing tools
2 that work directly with Go module mechanics.
3 That is, it is for direct manipulation of Go modules themselves.
4
5 It is NOT about supporting general development tools that
6 need to do things like load packages in module mode.
7 That use case, where modules are incidental rather than the focus,
8 should remain in x/tools, specifically x/tools/go/packages.
9
10 The specific case of loading packages should still be done by
11 invoking the go command, which remains the single point of
12 truth for package loading algorithms.
13