diff --git a/doc/go1.1.html b/doc/go1.1.html index b7e8ee9f05..e4f5202bc0 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -182,4 +182,26 @@ that can be used to remove precision from a time before passing it to external storage.

-TODO +

Exp and old subtrees moved to go.exp subrepo

+ +

+To make it easier for binary distributions to access them if desired, the exp +and old source subtrees, which are not included in binary distributions, +have been moved to the new go.exp subrepository at +code.google.com/p/go.exp. To access the ssa package, +for example, run +

+ +
+$ go get code.google.com/go.exp/ssa
+
+ +

+and then in Go source, +

+ +
+import "code.google.com/go.exp/ssa"
+
+ +

TODO