Hacker News new | ask | show | jobs
by TylerE 4824 days ago
Don't think you'd need to change any code, just pull mercurial tip and recompile go and the app.
2 comments

Is 1.1 production ready? I'd feel weird about incorporating something still in a "beta" phase though.
People have been working off of tip for months.
I'm running several websites on the Go tip, its solid.

  cd go/src
  hg pull
  hg update tip
  ./all.bash
That's not how their installer works. I submitted a PR to pull the 1.1 beta tarball.