aboutsummaryrefslogtreecommitdiff
path: root/src/regexp
diff options
context:
space:
mode:
authorOleksandr Redko <oleksandr.red+github@gmail.com>2024-03-17 17:04:14 +0200
committerGopher Robot <gobot@golang.org>2024-03-19 11:21:02 +0000
commit3e82b5ee0aa122f1cc8427820945f21d9bfefbcb (patch)
tree7bac6a0c33b4793ca4235a2f0a7f8ac9ddaa4c64 /src/regexp
parenteb636f778a733ab4e5684d4dc451874922fc3df2 (diff)
downloadgo-3e82b5ee0aa122f1cc8427820945f21d9bfefbcb.tar.gz
go-3e82b5ee0aa122f1cc8427820945f21d9bfefbcb.zip
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>
Diffstat (limited to 'src/regexp')
-rw-r--r--src/regexp/syntax/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regexp/syntax/doc.go b/src/regexp/syntax/doc.go
index abc58bb159..877f1043dd 100644
--- a/src/regexp/syntax/doc.go
+++ b/src/regexp/syntax/doc.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// DO NOT EDIT. This file is generated by mksyntaxgo from the RE2 distribution.
+// Code generated by mksyntaxgo from the RE2 distribution. DO NOT EDIT.
/*
Package syntax parses regular expressions into parse trees and compiles