# https://taskfile.dev
version: '3'
tasks:
default:
cmds:
- go run .
silent: true
precommit:
- pre-commit run --all
lint:
- golangci-lint run