Program written in GO which spins up a webserver
If a POST request is performed then it writes the data in /tmp/post.txt file
If a GET request is performed then it displays the /tmp/post.txt file
Spin up a webserver and displays the hostname
If a POST request is performed then it writes the data in /tmp/post.txt file
If a GET request is performed then it displays the /tmp/post.txt content