commit | 24d22352d308dc4f2283ed83f4794c5b4da661ee | [log] [tgz] |
---|---|---|
author | Michael Matloob <matloob@golang.org> | Thu Jan 16 17:05:02 2025 -0500 |
committer | Michael Matloob <matloob@golang.org> | Thu Mar 06 11:14:22 2025 -0800 |
tree | e3f4af688385b2e74fe542b96f6d2e0754d6c14a | |
parent | 9bd21607900d7072fd3d12ec756cb5eb87f8fe2a [diff] |
cmd/go: add 'work' package pattern The 'work' package pattern will resolve to the set of packages in the work (formerly called main) modules. It's essentially 'all', but without the dependencies. And the implementation is similar to that of 'all', except that we don't expand to the dependencies. Fixes #71294 Change-Id: I3d02beb74fa4e5c6de2290e24eedc51745d13080 Reviewed-on: https://go-review.googlesource.com/c/go/+/643235 Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Gopher image by Renee French, licensed under Creative Commons 4.0 Attribution license.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
Official binary distributions are available at https://go.dev/dl/.
After downloading a binary release, visit https://go.dev/doc/install for installation instructions.
If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.
Go is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.