Skip to content

Commit 1182a1f

Browse files
committed
all: document in README how x/build serves internal Go project needs
Help users avoid incorrect expectations of stability, and help us avoid incurring needless maintenance overhead. For golang/go#51867. Fixes golang/go#36505. Change-Id: I78377711ff2d5441bcdc4186dc8708167cf1a952 Reviewed-on: https://go-review.googlesource.com/c/build/+/394514 Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Trust: Dmitri Shuralyov <[email protected]>
1 parent 4245c7f commit 1182a1f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/build.svg)](https://pkg.go.dev/golang.org/x/build)
44

5-
This subrepository holds the source for various packages and tools that support
5+
This repository holds the source for various packages and tools that support
66
Go's build system and the development of the Go programming language.
77

8+
**Warning:** Packages here are internal to Go's build system and its needs.
9+
Some may one day be promoted to another `golang.org/x` repository,
10+
or they may be modified arbitrarily or even disappear altogether.
11+
In short, code in this repository is not subject to the Go 1 compatibility
12+
promise nor the [Release Policy](https://go.dev/doc/devel/release#policy).
13+
814
## Report Issues / Send Patches
915

1016
This repository uses Gerrit for code changes. To contribute, see

0 commit comments

Comments
 (0)