# https://taskfile.dev
version: '3'
tasks:
docs:
cmds:
- swag i --parseDependency --dir api
silent: false
test:
- go mod tidy
- go test -v ./...