gatus/vendor/github.com/wcharczuk/go-chart/v2/Makefile
2021-08-21 18:12:06 -04:00

10 lines
110 B
Makefile

all: new-install test
new-install:
@go get -v -u ./...
generate:
@go generate ./...
test:
@go test ./...