...

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

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

     1  package E1
     2  
     3  import "log"
     4  
     5  func example() {
     6  	log.Fatal("oops") // match
     7  }
     8  

View as plain text