diff options
| author | Péter Surányi <speter.go1@gmail.com> | 2015-02-06 21:44:39 +0900 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2015-02-06 14:41:47 +0000 |
| commit | 9b6ccb13233f2977c74c73ae836212c55d342d28 (patch) | |
| tree | bfe7c3917edfb338acff79e483431575e586671f /src/path/filepath/path_test.go | |
| parent | 89669c6504abb947e0dab5994118f5cfced036db (diff) | |
| download | go-9b6ccb13233f2977c74c73ae836212c55d342d28.tar.xz | |
all: don't refer to code.google.com/p/go{,-wiki}/
Only documentation / comment changes. Update references to
point to golang.org permalinks or go.googlesource.com/go.
References in historical release notes under doc are left as is.
Change-Id: Icfc14e4998723e2c2d48f9877a91c5abef6794ea
Reviewed-on: https://go-review.googlesource.com/4060
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/path/filepath/path_test.go')
| -rw-r--r-- | src/path/filepath/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/filepath/path_test.go b/src/path/filepath/path_test.go index c4f74b97ff..293d316124 100644 --- a/src/path/filepath/path_test.go +++ b/src/path/filepath/path_test.go @@ -1008,7 +1008,7 @@ func TestDriveLetterInEvalSymlinks(t *testing.T) { } } -func TestBug3486(t *testing.T) { // http://code.google.com/p/go/issues/detail?id=3486 +func TestBug3486(t *testing.T) { // http://golang.org/issue/3486 root, err := filepath.EvalSymlinks(runtime.GOROOT() + "/test") if err != nil { t.Fatal(err) |
