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 201B

123456
  1. # Setup a Global .gitignore for OS and editor generated files:
  2. # https://help.github.com/articles/ignoring-files
  3. # git config --global core.excludesfile ~/.gitignore_global
  4. .vagrant
  5. *.sublime-project