Commit 59af2c64 authored by Yasuhiro Matsumoto's avatar Yasuhiro Matsumoto Committed by Dave Cheney

cmd/go/doc: Fix example domain

code.org exists

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/95500043
parent aa763774
......@@ -750,10 +750,10 @@ will result in the following request(s):
If that page contains the meta tag
<meta name="go-import" content="example.org git https://code.org/r/p/exproj">
<meta name="go-import" content="example.org git https://code.example/r/p/exproj">
the go tool will verify that https://example.org/?go-get=1 contains the
same meta tag and then git clone https://code.org/r/p/exproj into
same meta tag and then git clone https://code.example/r/p/exproj into
GOPATH/src/example.org.
New downloaded packages are written to the first directory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment