Skip to content

Commit

Permalink
chore: add fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shiron-dev committed Dec 17, 2024
1 parent bdc96aa commit c107e54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ init:
lint:
@golangci-lint run --config=.golangci.yaml --fix

.PHONY: fmt
fmt:
@go fmt ./...
@gofumpt -l -w .

.PHONY: run
run: init
@go run main.go
Expand Down

0 comments on commit c107e54

Please sign in to comment.