Update .bashrc
[dotfiles/.git] / testdata / E1.golden
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 }