mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
parent
8cd2e76404
commit
38006946e6
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue