The purpose of this repository is to run and build Golang on the Docker container.
It is using Alpine Linux based Golang Docker image. And also, it uses the make as task runner.
git clone https://github.com/ponday-dev/golang-docker.git
docker-compose build
make get PACKAGE=<package_name>
When this command is executed, the dependency is record in the work/go.mod
file and you will be able to use that feature.
make run
make build