SimpleHTTPServer
:tada: Implementation of simpleHTTPServer in Golang :gift:
Install / Use
/learn @mubaris/SimpleHTTPServerREADME
simpleHTTPServer :tada:
Implementation of Python's simpleHTTPServer in Golang.
Usage
go get github.com/mubaris/simpleHTTPServer
simpleHTTPServer port_number
port_number is optional. Default is 8080.
$GOPATH/bin should be included in PATH
