mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-09-04 19:36:56 +00:00
7 lines
85 B
Makefile
7 lines
85 B
Makefile
|
|
GOBIN=$(shell go env GOPATH)/bin
|
|
|
|
lint:
|
|
@$(GOBIN)/staticcheck ./...
|
|
@go vet ./...
|