DEBSOURCES
Skip Quicknav
sources / golang-golang-x-tools / 1%3A0.1.0%2Bds-1 / refactor / eg / testdata / I1.go
123456789
// +build ignore package I1 import "fmt" func example() { _ = fmt.Errorf("%s", "foo") }