/goserve

Simple commandline web server written in go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

#Goserve Goserve is a minimal commandline server for web page hosting. It is primarily used to host a single folder for a short period of time, with the intention of debugging and viewing files in a browser.

##Installation To install the program using go's installation system run

go get github.com/mrobitu/goserve
go install github.com/mrobitu/goserve

##Linux man page To install the man page

cd $GOPATH/src/github.com/mrobitu/goserve
make maninstall

To uninstall the man page

cd $GOPATH/src/github.com/mrobitu/goserve
make manuninstall

##Dependencies

##Resources and documentation See the git repository for code and documentation: https://github.com/mrobitu/Goserve/