https://github.com/stevenacoffman/goexample
Example golang web application template
https://github.com/stevenacoffman/goexample
Last synced: 10 months ago
JSON representation
Example golang web application template
- Host: GitHub
- URL: https://github.com/stevenacoffman/goexample
- Owner: StevenACoffman
- License: mit
- Created: 2018-05-10T16:21:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T15:07:03.000Z (almost 8 years ago)
- Last Synced: 2025-08-24T21:39:34.938Z (10 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-go-server
A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies.
This repository originated from **[this](https://gist.github.com/enricofoltran/10b4a980cd07cb02836f70a4ab3e72d7)** Github gist, featured on [Hacker News](https://news.ycombinator.com/item?id=16090977).
Contributions are welcome but the goal (challenge) is to keep the code as simple as possible and only use Go standard library :)