Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 290 Bytes

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