mirror of
https://github.com/mjl-/mox.git
synced 2025-07-14 23:34:36 +03:00
mox!
This commit is contained in:
12
vendor/github.com/mjl-/sconf/Makefile
generated
vendored
Normal file
12
vendor/github.com/mjl-/sconf/Makefile
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
build:
|
||||
go build ./...
|
||||
go vet ./...
|
||||
GOARCH=386 go vet ./...
|
||||
staticcheck ./...
|
||||
|
||||
fmt:
|
||||
gofmt -w -s *.go cmd/*/*.go
|
||||
|
||||
test:
|
||||
go test -shuffle=on -coverprofile cover.out
|
||||
go tool cover -html=cover.out -o cover.html
|
Reference in New Issue
Block a user