mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-05 21:17:35 +03:00
Fix golint import path
This commit is contained in:
parent
ca9872fd5f
commit
0e6cb300a3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ dist: trusty
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
- go get github.com/golang/lint/golint
|
- go get golang.org/x/lint/golint
|
||||||
# Install gometalinter
|
# Install gometalinter
|
||||||
- go get github.com/alecthomas/gometalinter
|
- go get github.com/alecthomas/gometalinter
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue