mirror of
https://github.com/rssnyder/goHelloWorldServer
synced 2026-06-30 16:40:26 -05:00
No description
- Go 84.8%
- Dockerfile 15.2%
| .circleci | ||
| .gitignore | ||
| conflict.text | ||
| Dockerfile | ||
| Dockerfile.build | ||
| go.mod | ||
| go.sum | ||
| hello_server.go | ||
| hello_server_test.go | ||
| README.md | ||
| test.txt | ||
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