1
0
Fork 0
golang-github-wcharczuk-go-.../Makefile
Daniel Baumann 41a2f19f12
Adding upstream version 2.1.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-18 07:17:02 +02:00

10 lines
No EOL
110 B
Makefile

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