mirror of
https://github.com/golang/go
synced 2024-11-06 04:16:11 -07:00
bfcffc697d
See refactor/eg/eg.go for details. LGTM=crawshaw R=crawshaw, gri, kamil.kisiel, josharian CC=golang-codereviews https://golang.org/cl/81010043
10 lines
91 B
Go
10 lines
91 B
Go
// +build ignore
|
|
|
|
package E1
|
|
|
|
import "log"
|
|
|
|
func example() {
|
|
log.Fatal("oops") // match
|
|
}
|