From: Russ Cox Date: Tue, 10 Nov 2009 17:36:48 +0000 (-0800) Subject: make regexp comment not a package comment X-Git-Tag: weekly.2009-11-10~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b351113b50d27dd65e1967880faeb0a5202c517b;p=gostls13.git make regexp comment not a package comment R=r http://go/go-review/1025036 --- diff --git a/src/pkg/testing/regexp.go b/src/pkg/testing/regexp.go index f708db44b3..0df9bb4717 100644 --- a/src/pkg/testing/regexp.go +++ b/src/pkg/testing/regexp.go @@ -22,6 +22,7 @@ // '[' [ '^' ] character-ranges ']' // '(' regexp ')' // + package testing import (