mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 10:14:36 +03:00
mox!
This commit is contained in:
16
vendor/github.com/mjl-/sherpa/Makefile
generated
vendored
Normal file
16
vendor/github.com/mjl-/sherpa/Makefile
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
build:
|
||||
go build ./...
|
||||
go vet ./...
|
||||
|
||||
test:
|
||||
go test -coverprofile=cover.out ./...
|
||||
go tool cover -html=cover.out -o cover.html
|
||||
golint ./...
|
||||
|
||||
coverage:
|
||||
|
||||
clean:
|
||||
go clean ./...
|
||||
|
||||
fmt:
|
||||
go fmt ./...
|
Reference in New Issue
Block a user