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