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