mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
makefile: added fmt target
This commit is contained in:
parent
8dc9fd8526
commit
e278d7cc92
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -4,6 +4,10 @@ all: clean check test
|
|||
clean:
|
||||
@go clean -r
|
||||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
@go fmt ./...
|
||||
|
||||
.PHONY: check
|
||||
check: .check-fmt .check-vet .check-lint .check-ineffassign .check-mega .check-misspell
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue