diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2014-08-13 09:15:02 +0200 |
---|---|---|
committer | Michael Stapelberg <stapelberg@debian.org> | 2014-08-13 09:15:02 +0200 |
commit | 64f344c0c94601934187163f7b353d009dc1b63f (patch) | |
tree | 8eb83dcc45c151c8e1461ca6d67ea7da4137ed00 /doc/go1.2.html | |
parent | 8a39ee361feb9bf46d728ff1ba4f07ca1d9610b1 (diff) | |
download | golang-64f344c0c94601934187163f7b353d009dc1b63f.tar.gz |
Imported Upstream version 1.3.1upstream/1.3.1
Diffstat (limited to 'doc/go1.2.html')
-rw-r--r-- | doc/go1.2.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/go1.2.html b/doc/go1.2.html index c7a9f8442..b9d36f29c 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -63,7 +63,7 @@ The implementation may inject extra tests into the compiled program to enforce t <p> Further details are in the -<a href="http://golang.org/s/go12nil">design document</a>. +<a href="//golang.org/s/go12nil">design document</a>. </p> <p> @@ -115,7 +115,7 @@ It is possible that future releases of Go may introduce default values for these <p> Further details are in the -<a href="http://golang.org/s/go12slice">design document</a>. +<a href="//golang.org/s/go12slice">design document</a>. </p> <p> @@ -199,7 +199,7 @@ compiler to build any pieces of the linked-to library that are written in C++; <p> Both binaries are still included with the distribution, but the source code for the godoc and vet commands has moved to the -<a href="http://code.google.com/p/go.tools">go.tools</a> subrepository. +<a href="//code.google.com/p/go.tools">go.tools</a> subrepository. </p> <p> @@ -218,7 +218,7 @@ no client Go code depends on the their source and no updating is required. </p> <p> -The binary distributions available from <a href="http://golang.org">golang.org</a> +The binary distributions available from <a href="//golang.org">golang.org</a> include these binaries, so users of these distributions are unaffected. </p> @@ -448,7 +448,7 @@ The new interfaces are called and <a href="/pkg/encoding/#TextUnmarshaler"><code>TextUnmarshaler</code></a>. Full details are in the <a href="/pkg/encoding/">documentation</a> for the package -and a separate <a href="http://golang.org/s/go12encoding">design document</a>. +and a separate <a href="//golang.org/s/go12encoding">design document</a>. </p> <h3 id="fmt_indexed_arguments">The fmt package</h3> |