From: Robert Griesemer Date: Tue, 2 Mar 2010 00:22:22 +0000 (-0800) Subject: Minor mistake in docs. X-Git-Tag: weekly.2010-03-04~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=36ea8bb7bfcd6f450574fc0118df6725e76a3f03;p=gostls13.git Minor mistake in docs. Fixes #633. R=adg CC=golang-dev https://golang.org/cl/224090 --- diff --git a/doc/contribute.html b/doc/contribute.html index 044a880f6d..f7fa4490b5 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -44,7 +44,7 @@ tree to make sure the changes don't break other packages or programs:
 cd $GOROOT/src
-make all
+./all.bash