govindkailas / simple-go-server

A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-go-server

A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies.

This repository originated from this Github gist, featured on Hacker News.

Contributions are welcome but the goal (challenge) is to keep the code as simple as possible and only use Go standard library :)

About

A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies

License:MIT License


Languages

Language:Go 56.4%Language:Makefile 38.1%Language:Dockerfile 5.5%