🔧 Add 'run' and 'fmt' commands to Taskfile

This commit is contained in:
Aykhan Shahsuvarov 2025-04-01 21:09:17 +04:00
parent 046ce74cd9
commit abaa8e90b2

View File

@ -18,10 +18,14 @@ vars:
archs: [386, amd64, arm64] archs: [386, amd64, arm64]
tasks: tasks:
run: go run main.go
lint: golangci-lint run lint: golangci-lint run
build: go build -ldflags "-s -w" -o "dodo" build: go build -ldflags "-s -w" -o "dodo"
fmt: gofmt -w -d .
build-all: build-all:
silent: true silent: true
cmds: cmds: