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
khkk
testing
GO + Docker + unit tests
$ go build
$ ./go-sample-app
2019/02/03 11:38:11 Starting Server
$ curl http://localhost:8080?name=Nofar
Hello, Nofar
Test1
khkk
testing