Template for general Go development. General applications are designed to execute until completion.
Docker is utilized to eliminate any uniqueness in developer environments.
-
Make changes to the source code.
-
Test changes by building and executing the Docker container locally.
# Build
./scripts/build.sh
# Execute
./scripts/run.sh