/go-http-server

A simple http server that serves static content written in go to explore golang features.

Primary LanguageGo

Go HTTP Server

Introduction

The intention the project is to create a very simple http handler from scratch. Its was created while exploring go, any comments will be greatly appreciated. 🙂

Build and run

To build and run just execute

bin/build.sh

It will create an executable by the name http-server inside bin.