5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 05:32:32 +00:00
matterbridge/vendor/github.com/d5/tengo/Makefile
2019-03-05 23:10:45 +01:00

12 lines
121 B
Makefile

vet:
go vet ./...
lint:
golint -set_exit_status ./...
test: vet lint
go test -race -cover ./...
fmt:
go fmt ./...