github.com/jhump/golang-x-tools@v0.0.0-20220218190644-4958d6d39439/refactor/eg/testdata/E1.golden (about) 1 package E1 2 3 import ( 4 "fmt" 5 "log" 6 "os" 7 ) 8 9 func example() { 10 fmt.Fprintf(os.Stderr, "warning: %v", "oops") // match 11 }