Fumokmm's Obvious, Minimal git.
docker-compose up -d --build
docker-compose down
or
docker-compose down --rmi all
cd /app
go run main.go
GOOS=windows GOARCH=amd64 go build -o fomgit.exe
GOOS=linux GOARCH=amd64 go build -o fomgit
GOOS=darwin GOARCH=amd64 go build -o fomgit
make windows
make linux
make darwin