mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 20:12:25 +00:00
add hooks/ to fmt and goimports
This commit is contained in:
2
Makefile
2
Makefile
@@ -50,8 +50,10 @@ test:
|
|||||||
fmt:
|
fmt:
|
||||||
@go fmt ./internal/./...
|
@go fmt ./internal/./...
|
||||||
@go fmt ./cmd/./...
|
@go fmt ./cmd/./...
|
||||||
|
@go fmt ./hooks/./...
|
||||||
@$(GOPATH)/bin/goimports -w ./internal/
|
@$(GOPATH)/bin/goimports -w ./internal/
|
||||||
@$(GOPATH)/bin/goimports -w ./cmd/
|
@$(GOPATH)/bin/goimports -w ./cmd/
|
||||||
|
@$(GOPATH)/bin/goimports -w ./hooks/
|
||||||
|
|
||||||
vet:
|
vet:
|
||||||
@go vet ./...
|
@go vet ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user