mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
Merge pull request #264 from golint-fixer/master
Fix golint import path
This commit is contained in:
commit
9d3f05142c
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ before_install:
|
|||
- vips --vips-version
|
||||
|
||||
install:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
- go get -u golang.org/x/lint/golint
|
||||
|
||||
script:
|
||||
- diff -u <(echo -n) <(gofmt -s -d ./)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue