Learning Golang
- golang
- Docker
Based on the "A Tour of Go" language walkthrough
go run examples/array.go
sh examples/run_examples.sh
Learning Golang with Tests - from this resource
cd learn_with_tests/
go test ./...
from root directory
cd web_app/
sh run_web_app.sh
once app container is running, from root directory
cd web_app/tests/
sh test_server_endpoints.sh