Recompiling go language code during development is bit annoying task. But there is an package for that. Actually I found at least 3: Gin https://github.com/codegangsta/gin Usage is as simple as ./gin r server.go Fresh https://github.com/pilu/fresh ReRun https://github.com/skelterjohn/rerun
↧