Go to file
Marcus Noble 647c9a8b0c feat: added support for env vars 2021-08-08 16:38:43 +01:00
Dockerfile Initial commit 2021-08-08 16:17:54 +01:00
Makefile Initial commit 2021-08-08 16:17:54 +01:00
README.md Initial commit 2021-08-08 16:17:54 +01:00
go.mod Initial commit 2021-08-08 16:17:54 +01:00
main.go feat: added support for env vars 2021-08-08 16:38:43 +01:00

README.md

echoserver

A basic HTTP server to echo back details of a request

Contributing

If you find a bug or have an idea for a new feature please raise an issue to discuss it.

Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.

Thank you 💛