matterbridge/vendor/github.com/d5/tengo/Makefile

12 lines
121 B
Makefile

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