An useless HTTP-server written for the educational purposes (learning Go).
If you want to play with it, then you need a fully configured Go environment.
Usage:
make
— build.make install
— install httpGod binary into your $GOPATH.make uninstall
make clean
make run
— equal togo run *
.make serve
— serve your $HOME folder under the port 8080.make fun
— compare a fun implementation with the proper one.