github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/refactor/eg/testdata/E1.golden (about)

     1  // +build ignore
     2  
     3  package E1
     4  
     5  import (
     6  	"fmt"
     7  	"log"
     8  	"os"
     9  )
    10  
    11  func example() {
    12  	fmt.Fprintf(os.Stderr, "warning: %v", "oops") // match
    13  }