This is a baseline rserve instance allowing addition packages to be installed. The go client is a command prompt sending messages to the rserve instance over TCP.
Build and run the Rserve instance
docker build . -t rserve # See rserve.config if the default configuration needs modification. https://www.rforge.net/Rserve/doc.html#conf ./run.sh
cd go_client go run .