vet:
	@godep go vet ./...

build:
	@godep go build

test:
	@godep go test -race -cover ./...

.PHONY: vet build test
