Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

batect/batect-sample-golang

batect-sample-golang

CircleCI branch Go Report Card License

A very simple Golang application with Batect-based build and testing environments.

Building, testing, running etc.

Run ./batect --list-tasks to see the available commands and their descriptions, then ./batect <task> to run <task>.

Most tasks require you to have downloaded the application's dependencies first. ./batect setup will do this for you.

All of this is controlled by batect.yml, and it shows a number of common patterns you might adopt in your own application.

More information

You can find further sample projects on this page in the batect documentation.