Browse Source

Merge pull request #1 from wagslane/lw_trig

trigger
pull/4/head
Lane Wagner 5 years ago
committed by GitHub
parent
commit
c49bd384a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      README.md

+ 1
- 1
Makefile View File

@ -18,7 +18,7 @@ lint:
go list ./... | grep -v /vendor/ | xargs -L1 golint -set_exit_status
install-staticcheck:
cd /tmp && go get honnef.co/go/tools/cmd/staticcheck
cd /tmp && GOPROXY="" go get honnef.co/go/tools/cmd/staticcheck
staticcheck:
staticcheck -f stylish ./...

+ 1
- 1
README.md View File

@ -92,7 +92,7 @@ Submit an issue (above in the issues tab)
## Transient Dependencies
* [github.com/streadway/amqp](https://github.com/streadway/amqp) - and that's it.
My goal is to keep dependencies limited to 1, [github.com/streadway/amqp](https://github.com/streadway/amqp).
## 👏 Contributing


Loading…
Cancel
Save