An open API service indexing awesome lists of open source software.

https://github.com/tombuildsstuff/golang-webserver-example


https://github.com/tombuildsstuff/golang-webserver-example

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## golang-webserver-example

This is a simple web server with two endpoints which is designed to be used for test purposes

Endpoints:

- `/hello` - returns a generic "hello, world"
- `/hello/{name}` - says hello to the given name

Licence: MIT