Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 312 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 312 Bytes

Go Web Server

Implementation of HTTP web server in Go

Prerequisites

Make sure you have Go installed on your machine

Clone

git clone https://github.com/cosmicqbit/go-web-server.git

Run

go run main.go

Launch

Open localhost:8080 in your browser