aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJonathan Amsterdam <jba@google.com>2024-01-31 10:36:52 -0500
committerJonathan Amsterdam <jba@google.com>2024-01-31 19:22:50 +0000
commit600225f83f7846b1129af94253f5172a359c308e (patch)
tree1a722da810d8157a272d658cb63fdd42f0124527 /api
parent1bb947b2eb62f54dd7ff621f7e1c768c00edd1a7 (diff)
downloadgo-600225f83f7846b1129af94253f5172a359c308e.tar.gz
go-600225f83f7846b1129af94253f5172a359c308e.zip
api/README: refer to doc/README.md
For #64169. Change-Id: I0fc6d6a041ad48957f4aecd18b85c9098fc9b403 Reviewed-on: https://go-review.googlesource.com/c/go/+/559755 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/README b/api/README
index 1e52f7a843..050ebd99ab 100644
--- a/api/README
+++ b/api/README
@@ -21,3 +21,6 @@ warning output from the go api tool. Each file should be named
nnnnn.txt, after the issue number for the accepted proposal.
(The #nnnnn suffix must also appear at the end of each line in the file;
that will be preserved when next/*.txt is concatenated into go1.XX.txt.)
+
+When you add a file to the api/next directory, you must add at least one file
+under doc/next. See doc/README.md for details.