commit | b71060237c896c7c9fc602ab66e33ea6079659fa | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Jan 31 09:28:07 2023 -0500 |
committer | Gopher Robot <gobot@golang.org> | Thu Feb 02 20:50:06 2023 +0000 |
tree | 32ddff52808bf0f6ebc51d0e3227f8226f822a27 | |
parent | a42224db2bbfdca6866e9b201008f39ea33f787c [diff] |
sumdb/dirhash: correct documentation of hash The "equivalent Unix command" was missing a layer of sha256sum. Fixes golang/go#48498. Change-Id: I1051bfa5fcbbf1625623d11cf21686b33da19b88 Reviewed-on: https://go-review.googlesource.com/c/mod/+/464295 Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org>
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.