mirror of
https://github.com/golang/go
synced 2024-11-19 00:34:40 -07:00
regexp: fix imports in the middle of the license header
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/129620043
This commit is contained in:
parent
4516a60062
commit
56916feea3
@ -1,4 +1,6 @@
|
||||
// Copyright 2014 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package regexp
|
||||
|
||||
@ -9,9 +11,6 @@ import (
|
||||
"unicode"
|
||||
)
|
||||
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// "One-pass" regexp execution.
|
||||
// Some regexps can be analyzed to determine that they never need
|
||||
// backtracking: they are guaranteed to run in one pass over the string
|
||||
|
Loading…
Reference in New Issue
Block a user