https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMEMICKLEIGORESTFUL-2435653 Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
5 lines
47 B
Makefile
5 lines
47 B
Makefile
all: test
|
|
|
|
test:
|
|
go vet .
|
|
go test -cover -v .
|