mirror of
https://github.com/aykhans/dodo.git
synced 2025-07-02 00:16:20 +00:00
💄 general formatting
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user