summaryrefslogtreecommitdiff
path: root/src/regexp/syntax/op_string.go
Commit message (Collapse)AuthorAgeFilesLines
* regexp/syntax: make Op an fmt.StringerDaniel Martí2018-02-201-0/+26
Using stringer. Fixes #22684. Change-Id: I62fbde5dcb337cf269686615616bd39a27491ac1 Reviewed-on: https://go-review.googlesource.com/95355 Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>