]> Cypherpunks repositories - gostls13.git/commitdiff
dist: include js directory in misc/tour in binary distros
authorAndrew Gerrand <adg@golang.org>
Tue, 9 Apr 2013 07:51:55 +0000 (17:51 +1000)
committerAndrew Gerrand <adg@golang.org>
Tue, 9 Apr 2013 07:51:55 +0000 (17:51 +1000)
R=campoy, dsymonds
CC=golang-dev
https://golang.org/cl/8564043

misc/dist/bindist.go

index 76859bc6857e1284390a25e202bc8f2f2b236c75..831673d27cd7191c80c663d45af6fe7547b4a708 100644 (file)
@@ -74,6 +74,7 @@ var tourPackages = []string{
 }
 
 var tourContent = []string{
+       "js",
        "prog",
        "solutions",
        "static",