libgo: Update to October 24 version of master library.
From-SVN: r204466
This commit is contained in:
parent
f20f261304
commit
f038dae646
596 changed files with 32029 additions and 7466 deletions
|
@ -651,7 +651,7 @@ func literalRegexp(s string, flags Flags) *Regexp {
|
|||
|
||||
// Parse parses a regular expression string s, controlled by the specified
|
||||
// Flags, and returns a regular expression parse tree. The syntax is
|
||||
// described in the top-level comment for package regexp.
|
||||
// described in the top-level comment.
|
||||
func Parse(s string, flags Flags) (*Regexp, error) {
|
||||
if flags&Literal != 0 {
|
||||
// Trivial parser for literal string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue