github.com/acwpower/studygo@v0.0.0-20220210033106-9f3f6e60fdcc/pkg/mod/golang.org/x/tools@v0.1.1/refactor/eg/testdata/E1.go (about) 1 package E1 2 3 import "log" 4 5 func example() { 6 log.Fatal("oops") // match 7 }