Commit 56916fee authored by Caleb Spare's avatar Caleb Spare Committed by Brad Fitzpatrick

regexp: fix imports in the middle of the license header

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/129620043
parent 4516a600
// 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment