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