Skip to content

rajatharanganath/testgo

Repository files navigation

HelloWorldGoServer

GO + Docker + unit tests + + + ++

Running the app locally

$ go build
$ ./go-sample-app
2019/02/03 11:38:11 Starting Server
$ curl http://localhost:8080?name=Nofar
Hello, Nofar
Test1