💄 general formatting

This commit is contained in:
2025-05-29 00:38:48 +04:00
parent dc1cd05714
commit 6aeda3706b
10 changed files with 18 additions and 10 deletions

View File

@ -20,8 +20,16 @@ vars:
tasks:
run: go run main.go
ftl:
cmds:
- task: fmt
- task: tidy
- task: lint
fmt: gofmt -w -d .
tidy: go mod tidy
lint: golangci-lint run
build: go build -ldflags "-s -w" -o "dodo"