1-- input --
2To test, run this command:
3  go test -more
4
5Or, to test specific things, run this command:
6
7go test -more \
8  -pkg first/package \
9  -pkg second/package \
10  -pkg third/package
11
12Happy testing!
13-- gofmt --
14To test, run this command:
15
16	go test -more
17
18Or, to test specific things, run this command:
19
20	go test -more \
21	  -pkg first/package \
22	  -pkg second/package \
23	  -pkg third/package
24
25Happy testing!
26-- markdown --
27To test, run this command:
28
29	go test -more
30
31Or, to test specific things, run this command:
32
33	go test -more \
34	  -pkg first/package \
35	  -pkg second/package \
36	  -pkg third/package
37
38Happy testing!
39