• Russ Cox's avatar
    regexp/syntax: unexport ErrUnexpectedParen · 50452720
    Russ Cox authored
    This new error is the only API change in the current draft of
    Go 1.0.2 CLs. I'd like to include the CL that introduced it,
    because it replaces a mysterious 'internal error' with a
    useful error message, but I don't want any API changes,
    so unexport the error constant for now. It can be
    re-exported for Go 1.1.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/6294055
    50452720
Name
Last commit
Last update
..
syntax Loading commit data...
testdata Loading commit data...
all_test.go Loading commit data...
exec.go Loading commit data...
exec_test.go Loading commit data...
find_test.go Loading commit data...
regexp.go Loading commit data...