Last Updated: February 25, 2016
·
5.274K
· adnaan

My Golang Web Dev Workflow

While building my web app in Angularjs and Go, I was spending a lot of time re-starting and refreshing the server and the browser. So I went on a hunt for programs out there which could help me automate this process. After much head banging and tinkering, I have a fairly ok setup now.

  1. Http-Watcher: Reloads the html/css/js files.
  2. GoWatch: Rebuilds and runs .go files.

Match that with Sublime Text 2( Go Sublime plugin) and you have a killer setup. Well, unless there is a secret tool I don't about yet.

2 Responses
Add your response

I was looking everywhere for this and there was nothing until I search golang workflow. Thanks!

over 1 year ago ·

Just found a new tool GoDevNode (http://www.godevnode.com), which can reload all changes of a golang web project automatically. It looks a better solution.

over 1 year ago ·