[mirror] Go module mechanics libraries
Перейти к файлу
Russ Cox 79169e9d36 LICENSE: update per Google Legal
Very minor tweaks:
 - Remove (c) pseudosymbol.
 - Remove "All Rights Reserved."
 - Change "Google Inc." (no longer exists) to "Google LLC".

[git-generate]
echo '
,s/\(c\) //
,s/ All rights reserved.//
,s/Google Inc./Google LLC/
w
q
' | sam -d LICENSE

Change-Id: Icf1e124b083e2cfd5c804ccef7f563881d5f41d9
Reviewed-on: https://go-review.googlesource.com/c/mod/+/598578
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-07-16 16:15:54 +00:00
gosumcheck
internal/lazyregexp
modfile
module
semver
sumdb
zip
LICENSE LICENSE: update per Google Legal 2024-07-16 16:15:54 +00:00
PATENTS
README.md
codereview.cfg
go.mod
go.sum

README.md

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.