From 0ccfbea5b04f1e05496a958fc3ef6972237b528f Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 9 Apr 2013 17:51:55 +1000 Subject: [PATCH] dist: include js directory in misc/tour in binary distros R=campoy, dsymonds CC=golang-dev https://golang.org/cl/8564043 --- misc/dist/bindist.go | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go index 76859bc685..831673d27c 100644 --- a/misc/dist/bindist.go +++ b/misc/dist/bindist.go @@ -74,6 +74,7 @@ var tourPackages = []string{ } var tourContent = []string{ + "js", "prog", "solutions", "static", -- 2.50.0