Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 256 Bytes

File metadata and controls

22 lines (15 loc) · 256 Bytes

CONTRIBUTING

Working in Docker

docker compose run --rm dev sh

Building inside the container

./bin/container-build

is is now in your $PATH.

Testing inside the container

apk add bash
go test ./...