...

Source file src/golang.org/x/tools/refactor/eg/testdata/I1.go

Documentation: golang.org/x/tools/refactor/eg/testdata

     1  package I1
     2  
     3  import "fmt"
     4  
     5  func example() {
     6  	_ = fmt.Errorf("%s", "foo")
     7  }
     8  

View as plain text