1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:20:22 -07:00

make regexp comment not a package comment

R=r
http://go/go-review/1025036
This commit is contained in:
Russ Cox 2009-11-10 09:36:48 -08:00
parent cb94b60cfb
commit b351113b50

View File

@ -22,6 +22,7 @@
// '[' [ '^' ] character-ranges ']'
// '(' regexp ')'
//
package testing
import (