github.com/april1989/origin-go-tools@v0.0.32/refactor/eg/testdata/E1.golden (about) 1 // +build ignore 2 3 package E1 4 5 import ( 6 "fmt" 7 "log" 8 "os" 9 ) 10 11 func example() { 12 fmt.Fprintf(os.Stderr, "warning: %v", "oops") // match 13 }