Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / refactor / eg / testdata / E1.go
1 // +build ignore
2
3 package E1
4
5 import "log"
6
7 func example() {
8         log.Fatal("oops") // match
9 }