SIMPLE WEB SERVER WITH GOLANG

Overview

Simple web server with 3 routes:

  • /: Returns index.html
  • /form.html: Returns form.html
  • /hello: Returns a "Hello"

Installation

# go 1.18+
go get github.com/dosanma1/go-simple-web-server

go run main.go