1package E1 2 3import ( 4 "fmt" 5 "log" 6 "os" 7) 8 9func example() { 10 fmt.Fprintf(os.Stderr, "warning: %v", "oops") // match 11}
View as plain text