]> Cypherpunks repositories - gostls13.git/commit
regexp/syntax: use standard generated code header
authorOleksandr Redko <oleksandr.red+github@gmail.com>
Sun, 17 Mar 2024 15:04:14 +0000 (17:04 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 19 Mar 2024 11:21:02 +0000 (11:21 +0000)
commit3e82b5ee0aa122f1cc8427820945f21d9bfefbcb
tree7bac6a0c33b4793ca4235a2f0a7f8ac9ddaa4c64
parenteb636f778a733ab4e5684d4dc451874922fc3df2
regexp/syntax: use standard generated code header

Updates doc by running these commands:
  - mksyntaxgo from the google/re2 repo, which changes comment according
    to https://golang.org/s/generatedcode
  - gofmt -w regexp/syntax/doc.go

Change-Id: I66a9dd9fa841cbce899ab3aa32d7face798d2920
Reviewed-on: https://go-review.googlesource.com/c/go/+/572275
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/regexp/syntax/doc.go