gatus/vendor/github.com/wcharczuk/go-chart/v2/Makefile

10 lines
110 B
Makefile
Raw Normal View History

2021-08-21 23:38:23 +02:00
all: new-install test
new-install:
@go get -v -u ./...
generate:
@go generate ./...
test:
@go test ./...