Go logo

What I learned while learning Go

This year I had the need to automate some server functions. Specifically to spin up a new virtual server, download a docker container, download files from an S3 store, execute the docker container on the downloaded files, upload the output files back to S3, remove original file from S3 – and keep track of the …

What I learned while learning Go Read More »