Live code reload in golang

Live code reload in golang

Recompiling go language  code during development is bit annoying task. But there is an package for that. Actually I found at least 3:

  1. Gin  https://github.com/codegangsta/gin
    Usage is as simple as ./gin r server.go
  2. Fresh  https://github.com/pilu/fresh
  3. ReRun https://github.com/skelterjohn/rerun