go-tour: set PlayEnabled flag before parsing

initTour is called from init funcs in local.go and appengine.go,
while PlayEnabled was being set by an init func in tour.go.
It was possible that initTour would be called, rendering the tour,
before PlayEnabled is set to true.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/7409043
1 file changed