No description
  • Go 84.8%
  • Dockerfile 15.2%
Find a file
2023-01-31 11:38:18 -06:00
.circleci Updated config.yml 2022-06-01 21:40:34 -07:00
.gitignore simplify dockerfile 2021-01-14 10:36:48 -05:00
conflict.text Update conflict.text 2023-01-31 11:28:59 -06:00
Dockerfile Update Dockerfile 2021-01-14 13:21:37 -05:00
Dockerfile.build simplify dockerfile 2021-01-14 10:36:48 -05:00
go.mod Update go.mod 2023-01-29 20:32:15 -06:00
go.sum Add some files 2021-01-13 10:30:27 -05:00
hello_server.go Add some files 2021-01-13 10:30:27 -05:00
hello_server_test.go Update hello_server_test.go 2022-04-08 13:00:09 -05:00
README.md Update README.md 2023-01-31 11:38:18 -06:00
test.txt Update test.txt 2021-09-17 12:13:11 -05:00

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