aboutsummaryrefslogtreecommitdiff
path: root/refactor/eg/testdata/E1.golden
blob: a0adfc8bb31c24d3edd158a7c1c6f3a9a85ccf18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// +build ignore

package E1

import (
	"log"
	"os"
	"fmt"
)

func example() {
	fmt.Fprintf(os.Stderr, "warning: %v", "oops")	// match
}