Hello World with Golang

How to run
Windows:

set PORT:....
set INSTANCE_ID = "instance id"
go run main.go

Linux:
PORT=.... INSTANCE_ID="instance id" go run main.go