Browse Source
Merge pull request #1 from wagslane/lw_trig
trigger
pull/4/head
Lane Wagner
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Makefile
-
README.md
|
|
|
@ -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 ./... |
|
|
|
@ -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 |
|
|
|
|
|
|
|
|