https://github.com/tombuildsstuff/golang-webserver-example
https://github.com/tombuildsstuff/golang-webserver-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tombuildsstuff/golang-webserver-example
- Owner: tombuildsstuff
- Created: 2019-02-11T13:25:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T13:26:16.000Z (over 7 years ago)
- Last Synced: 2025-02-07T14:45:35.604Z (over 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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