From 59af2c647bc728270604e8db649d23367060f15d Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 16 Jul 2014 20:48:57 +1000 Subject: [PATCH] cmd/go/doc: Fix example domain code.org exists LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/95500043 --- src/cmd/go/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/go/doc.go b/src/cmd/go/doc.go index c85d1c3232..4778048b52 100644 --- a/src/cmd/go/doc.go +++ b/src/cmd/go/doc.go @@ -750,10 +750,10 @@ will result in the following request(s): If that page contains the meta tag - + 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 -- 2.48.1