
update:
	UPDATE=true go test --count=1 ./... -v
.PHONY: update


test:
	go test --count=1 ./... -v
.PHONY: test