libgo: Update to Go 1.1.1.

From-SVN: r200974
This commit is contained in:
Ian Lance Taylor 2013-07-16 06:54:42 +00:00
parent efb30cdeb0
commit be47d6ecef
620 changed files with 23931 additions and 122692 deletions

View file

@ -47,9 +47,9 @@ Repetitions:
x{n}? exactly n x
Grouping:
(re) numbered capturing group
(?P<name>re) named & numbered capturing group
(?:re) non-capturing group
(re) numbered capturing group (submatch)
(?P<name>re) named & numbered capturing group (submatch)
(?:re) non-capturing group (submatch)
(?flags) set flags within current group; non-capturing
(?flags:re) set flags during re; non-capturing