Sign in
◑
Theme
go
/
tools
/
25ed04f2a321349c269ef8da8e9513433f2c4e3e
/
.
/
refactor
/
eg
/
testdata
/
E1.go
blob: 54054c81258c2e5f501cff718c0d2bae0608b8f1 [
file
]
package E1
import "log"
func example() {
log.Fatal("oops")
// match
}