By Google Developers Group Valle d'Aosta
This repository is an independent fork of the https://github.com/robfig/cron project, credits to all its contributors.
Use the provided devcontainer as a reference for the required development tools. See https://code.visualstudio.com/docs/devcontainers/containers for more details about vscode devcontainers.
# run tests
go test -v -race ./...
# run linters
golangci-lint run .