Simple Go HTTP daemon that echos back the HTTP request in JSON, YAML, or EDN format.
This utility is useful for troubleshooting operational and software faults.
- Install Go + dep
- Run 'go run echo.go'
Point browser to http://localhost:8080 and the results of the request will be returned.