manual fix for better gofmt result

R=r
http://go/go-review/1019005
This commit is contained in:
Robert Griesemer 2009-11-05 17:27:02 -08:00
parent 8cd2e76404
commit 38006946e6

View file

@ -77,8 +77,7 @@ type Regexp struct {
} }
const ( const (
_START // beginning of program _START = iota; // beginning of program
= iota;
_END; // end of program: success _END; // end of program: success
_BOT; // '^' beginning of text _BOT; // '^' beginning of text
_EOT; // '$' end of text _EOT; // '$' end of text