github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/src/cmd/gofmt/testdata/stdin6.golden (about)

     1  	//gofmt -stdin
     2  
     3  	if err != nil {
     4  		source := strings.NewReader(`line 1.
     5  line 2.
     6  `)
     7  		return source
     8  	}
     9  
    10  	f := func(hat, tail string) {
    11  
    12  		fmt.Println(hat+`
    13  foo
    14  
    15  
    16  `+tail,
    17  			"more",
    18  			"and more")
    19  	}