docker
Docker Compose stack that the devcontainer uses.
devcontainer adds a VS Code Dev Container configuration to your Go service for consistent, reproducible development environments across the team.
.devcontainer/devcontainer.jsonUse devcontainer when you want every developer on your team to work in an identical environment without manual Go toolchain or dependency setup. Eliminates “works on my machine” problems and onboards new contributors in minutes.
Suggests: docker
verikt new my-service --language go --cap devcontainer# or add to an existing service:verikt add devcontainerdocker
linting
pre-commit