Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 204 Bytes

File metadata and controls

10 lines (6 loc) · 204 Bytes

#Simple Server

The most simple static http server in go to quickly serve files out of a static directory

##Build and install

You'll need your GOBIN to be set. Just run:

go install simpleserver.go