# This configuration file was automatically generated by Gitpod. # and adjusted to meet the needs of this project # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart tasks: - init: python -m pip install --upgrade -r requirements-test.txt && go get && go build ./... && go test ./...