commit | d1f873e3c1b2cf7231a30697aea158ae6cfdbb5f | [log] [tgz] |
---|---|---|
author | James Hartig <fastest963@gmail.com> | Fri Mar 19 15:24:42 2021 -0400 |
committer | Michael Matloob <matloob@golang.org> | Thu Jul 25 14:26:35 2024 +0000 |
tree | c08e2856a2e6e14ba869ec7d523988b6a5613e24 | |
parent | b56a28f8bd8379d47ee77b658799ce29061f6abe [diff] |
modfile: fix Cleanup clobbering Line reference Fixes golang/go#45130 Change-Id: I2dccba5e958911177f10a5104a182f86ff8378d9 Reviewed-on: https://go-review.googlesource.com/c/mod/+/303234 Reviewed-by: Michael Matloob <matloob@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com>
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.