Skip to content

Commit d83d96b

Browse files
nottigconnell
authored andcommitted
Fix golint repo location (see golang/lint@ead987a)
1 parent d67ddb9 commit d83d96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.golint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cd "$(dirname $0)"
44

5-
go get github.com/golang/lint/golint
5+
go get golang.org/x/lint/golint
66
DIRS=". tcpassembly tcpassembly/tcpreader ip4defrag reassembly macs pcapgo pcap afpacket pfring routing defrag/lcmdefrag"
77
# Add subdirectories here as we clean up golint on each.
88
for subdir in $DIRS; do

0 commit comments

Comments
 (0)