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/html | |
| 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/html')
| -rw-r--r-- | src/html/template/clone_test.go | 2 | ||||
| -rw-r--r-- | src/html/template/content_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/html/template/clone_test.go b/src/html/template/clone_test.go index e11bff2c5d..5de3bc0eef 100644 --- a/src/html/template/clone_test.go +++ b/src/html/template/clone_test.go @@ -166,7 +166,7 @@ func TestCloneThenParse(t *testing.T) { } } -// https://code.google.com/p/go/issues/detail?id=5980 +// https://golang.org/issue/5980 func TestFuncMapWorksAfterClone(t *testing.T) { funcs := FuncMap{"customFunc": func() (string, error) { return "", errors.New("issue5980") diff --git a/src/html/template/content_test.go b/src/html/template/content_test.go index 5f3ffe2d32..e698328693 100644 --- a/src/html/template/content_test.go +++ b/src/html/template/content_test.go @@ -260,7 +260,7 @@ func TestStringer(t *testing.T) { } } -// https://code.google.com/p/go/issues/detail?id=5982 +// https://golang.org/issue/5982 func TestEscapingNilNonemptyInterfaces(t *testing.T) { tmpl := Must(New("x").Parse("{{.E}}")) |
