1
0
mirror of https://github.com/golang/go synced 2024-11-22 09:24:41 -07:00

dist: include js directory in misc/tour in binary distros

R=campoy, dsymonds
CC=golang-dev
https://golang.org/cl/8564043
This commit is contained in:
Andrew Gerrand 2013-04-09 17:51:55 +10:00
parent e13341edd1
commit 0ccfbea5b0

View File

@ -74,6 +74,7 @@ var tourPackages = []string{
}
var tourContent = []string{
"js",
"prog",
"solutions",
"static",