tools/refactor/eg/testdata/E1.golden

14 lines
137 B
Plaintext

// +build ignore
package E1
import (
"fmt"
"log"
"os"
)
func example() {
fmt.Fprintf(os.Stderr, "warning: %v", "oops") // match
}