File tree Expand file tree Collapse file tree 5 files changed +25
-12
lines changed Expand file tree Collapse file tree 5 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/OpenPeeDeeP/depguard v1.0.1
7
- github.com/bombsimon/wsl v1.2.4
7
+ github.com/bombsimon/wsl v1.2.5
8
8
github.com/fatih/color v1.7.0
9
9
github.com/go-critic/go-critic v0.3.5-0.20190904082202-d79a9f0c64db
10
10
github.com/go-lintpack/lintpack v0.5.2
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRF
11
11
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
12
12
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 /go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q =
13
13
github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
14
- github.com/bombsimon/wsl v1.2.4 h1:QfZdYcCzHob9ZlHdC2rD+iZnhRVtncMebOifHhA3Wec =
15
- github.com/bombsimon/wsl v1.2.4 /go.mod h1:43lEF/i0kpXbLCeDXL9LMT8c92HyBywXb0AsgMHYngM =
14
+ github.com/bombsimon/wsl v1.2.5 h1:9gTOkIwVtoDZywvX802SDHokeX4kW1cKnV8ZTVAPkRs =
15
+ github.com/bombsimon/wsl v1.2.5 /go.mod h1:43lEF/i0kpXbLCeDXL9LMT8c92HyBywXb0AsgMHYngM =
16
16
github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
17
17
github.com/client9/misspell v0.3.4 /go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw =
18
18
github.com/coreos/bbolt v1.3.2 /go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk =
Original file line number Diff line number Diff line change @@ -164,3 +164,11 @@ func allowTrailing(i int) {
164
164
fmt .Println ("three" )
165
165
}
166
166
}
167
+
168
+ // ExampleSomeOutput simulates an example function.
169
+ func ExampleSomeOutput () {
170
+ fmt .Println ("Hello, world" )
171
+
172
+ // Output:
173
+ // Hello, world
174
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ github.com/BurntSushi/toml
4
4
github.com/OpenPeeDeeP/depguard
5
5
# github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
6
6
github.com/StackExchange/wmi
7
- # github.com/bombsimon/wsl v1.2.4
7
+ # github.com/bombsimon/wsl v1.2.5
8
8
github.com/bombsimon/wsl
9
9
# github.com/davecgh/go-spew v1.1.1
10
10
github.com/davecgh/go-spew/spew
You can’t perform that action at this time.
0 commit comments