Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 369 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 369 Bytes

Go Static Server

A webserver written in Go, serving static assets using dynamic file based paths from within the /dist directory. Zero external dependencies or frameworks required.

To run the webserver

go run main.go

Author's note

This is incredibly simplistic and probably unsafe / not very performant, but I just wanted to give it a.. Go