1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:14:43 -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:
Caleb Spare 2014-08-25 16:42:15 -07:00 committed by Brad Fitzpatrick
parent 4516a60062
commit 56916feea3

View File

@ -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