]> Cypherpunks repositories - gostls13.git/commitdiff
make regexp comment not a package comment
authorRuss Cox <rsc@golang.org>
Tue, 10 Nov 2009 17:36:48 +0000 (09:36 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 10 Nov 2009 17:36:48 +0000 (09:36 -0800)
R=r
http://go/go-review/1025036

src/pkg/testing/regexp.go

index f708db44b3e149ebcd04151194bf0a5de083bf79..0df9bb4717bd47c87c64fad781c7494d5e9029d8 100644 (file)
@@ -22,6 +22,7 @@
 //             '[' [ '^' ] character-ranges ']'
 //             '(' regexp ')'
 //
+
 package testing
 
 import (