Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 520 Bytes

httpGod

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 to go run *.
  • make serve — serve your $HOME folder under the port 8080.
  • make fun — compare a fun implementation with the proper one.