A lightweight mechanism to provide an *instant kickstart* to a Go web server instance upon changing any Go source files under the project directory (and its subdirectories).

.gitignore 37B

123456
  1. *~
  2. *.swp
  3. *.swo
  4. *.tmp
  5. *.out
  6. .DS_Store