summaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/testdata/stdin7.golden
blob: bbac7133c86dfbb61b7d65cdbcecb45d16f2f703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
															//gofmt -stdin

															if err != nil {
																source := strings.NewReader(`line 1.
line 2.
`)
																return source
															}

															f := func(hat, tail string) {

																fmt.Println(hat+`
		foo


	`+tail,
																	"more",
																	"and more")
															}