]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/api: make check pickier about api/*.txt
authorRuss Cox <rsc@golang.org>
Tue, 13 Sep 2022 13:51:55 +0000 (09:51 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 2 Nov 2022 19:08:10 +0000 (19:08 +0000)
commitca8b31920a23541dda56bc76d3ddcaef3c3c0866
tree9e3367dc522840640e73be92544d3a568ab37997
parentbe7068fb0804f661515c678bee9224b90b32869a
cmd/api: make check pickier about api/*.txt

We don't have a formatter for these files, so check here that
they are in the right form to allow 'cat next/*.txt >go1.X.txt'
at the end of each cycle.

Fix the api files that the check finds.

Change-Id: I0c5e4ab11751c7d0afce32503131d487313f41c0
Reviewed-on: https://go-review.googlesource.com/c/go/+/431335
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/next/42537.txt
api/next/43620.txt
api/next/45899.txt
api/next/46746.txt
api/next/50429.txt
api/next/51896.txt
api/next/53482.txt
src/cmd/api/goapi.go