5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 09:02:31 +00:00
matterbridge/vendor/github.com/d5/tengo/Makefile

12 lines
121 B
Makefile
Raw Normal View History

2019-03-05 22:08:54 +00:00
vet:
go vet ./...
lint:
golint -set_exit_status ./...
test: vet lint
go test -race -cover ./...
fmt:
go fmt ./...