golang.org/x/tools@v0.21.1-0.20240520172518-788d39e776b1/refactor/eg/testdata/I1.go (about) 1 package I1 2 3 import "fmt" 4 5 func example() { 6 _ = fmt.Errorf("%s", "foo") 7 }