Skip to content

Commit 0747484

Browse files
committed
Initial commit for exportloopref
1 parent 57e4203 commit 0747484

File tree

5 files changed

+75
-41
lines changed

5 files changed

+75
-41
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ require (
2626
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
2727
github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
2828
github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
29+
github.com/kyoh86/exportloopref v0.1.4
2930
github.com/maratori/testpackage v1.0.1
3031
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
3132
github.com/mattn/go-colorable v0.1.6
@@ -50,6 +51,7 @@ require (
5051
github.com/ultraware/whitespace v0.0.4
5152
github.com/uudashr/gocognit v1.0.1
5253
github.com/valyala/quicktemplate v1.5.0
54+
golang.org/x/mod v0.2.0
5355
golang.org/x/tools v0.0.0-20200502202811-ed308ab3e770
5456
gopkg.in/yaml.v2 v2.3.0
5557
honnef.co/go/tools v0.0.1-2020.1.4

0 commit comments

Comments
 (0)