summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/code4.txt
blob: f128c9aeff72d371b257a59c6c54200f824addec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
-- input --
To test, run this command:
  go test -more

Or, to test specific things, run this command:

go test -more \
  -pkg first/package \
  -pkg second/package \
  -pkg third/package

Happy testing!
-- gofmt --
To test, run this command:

	go test -more

Or, to test specific things, run this command:

	go test -more \
	  -pkg first/package \
	  -pkg second/package \
	  -pkg third/package

Happy testing!
-- markdown --
To test, run this command:

	go test -more

Or, to test specific things, run this command:

	go test -more \
	  -pkg first/package \
	  -pkg second/package \
	  -pkg third/package

Happy testing!