This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
go-rabbitmq
mirror of
https://github.com/wagslane/go-rabbitmq
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
mod
pull/80/head
v0.10.0
wagslane
4 years ago
parent
0a0d08895c
commit
92646b50e2
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
Makefile
+ 1
- 4
Makefile
View File
@ -1,4 +1,4 @@
all
:
test
vet
lint
staticcheck
all
:
test
vet
staticcheck
test
:
go
test
./...
@ -6,8 +6,5 @@ test:
vet
:
go vet ./...
lint
:
go list ./...
|
grep -v /vendor/
|
xargs -L1 golint -set_exit_status
staticcheck
:
staticcheck ./...
Write
Preview
Loading…
Cancel
Save