This is a simple website created to display "hello world!" when /hello is used.
##Local Run
go run main.go
or
docker run -p 8080:8080 [IMAGE]
Then go to http://localhost:8080/hello
##Hosted URL (Cloud Run) I have created my own project "chloe-sandbox-go-helloworld" which has a container called "chloe-1-container".