mirror of
https://github.com/golang/go
synced 2024-11-25 16:07:56 -07:00
doc/go1.1.html: fix typo in URL
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7423050
This commit is contained in:
parent
51d52f820e
commit
bfbac2dc1c
@ -193,7 +193,7 @@ for example, run
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
$ go get code.google.com/go.exp/ssa
|
$ go get code.google.com/p/go.exp/ssa
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -201,7 +201,7 @@ and then in Go source,
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
import "code.google.com/go.exp/ssa"
|
import "code.google.com/p/go.exp/ssa"
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3 id="TODO">TODO</h3>
|
<h3 id="TODO">TODO</h3>
|
||||||
|
Loading…
Reference in New Issue
Block a user