whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"regexp"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
func main() {
|
||||
r := regexp.MustCompile("ab")
|
||||
runtime.Breakpoint()
|
||||
out := r.MatchString("blah")
|
||||
fmt.Printf("%v\n", out)
|
||||
}
|
||||
Reference in New Issue
Block a user