Update dependencies
This commit is contained in:
12
Makefile
Normal file
12
Makefile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
.PHONY: build fmt lint
|
||||||
|
|
||||||
|
build: fmt lint
|
||||||
|
go build .
|
||||||
|
|
||||||
|
fmt:
|
||||||
|
gofmt -w -r "interface{} -> any" .
|
||||||
|
go fmt ./...
|
||||||
|
|
||||||
|
lint:
|
||||||
|
go vet ./...
|
||||||
|
staticcheck ./...
|
Reference in New Issue
Block a user