Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / refactor / eg / 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 }