make install tools

This commit is contained in:
Mike Bloy 2024-10-01 21:40:27 -05:00
parent ba2d182890
commit 7036096118

View File

@ -10,6 +10,9 @@ init:
go mod download
go mod tidy
install-tools:
grep _ tools.go | awk -F'"' '{print $$2}' | xargs -tI % go install %
generate: init
go generate