simplified makefile

This commit is contained in:
d1nch8g
2026-04-16 22:39:50 +03:00
parent 7a47929c06
commit 110d841e50
-7
View File
@@ -2,13 +2,6 @@
install:
go install mvdan.cc/gofumpt@latest
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.4
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
gen:
mkdir -p gen/migrations
go-bindata -pkg migrations -o gen/migrations/migrations.go -prefix "sql/migrations/" sql/migrations/...
fmt:
gofumpt -w .