Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / refactor / eg / testdata / I1.golden
1 // +build ignore
2
3 package I1
4
5 import (
6         "errors"
7         "fmt"
8 )
9
10 func example() {
11
12         n := fmt.Sprintf("error - %s", "foo")
13         _ = errors.New(n)
14 }