mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
go.tools/godoc/redirect: remove race detector blog post redirect
Update golang/go#7275 LGTM=minux.ma, dvyukov R=dvyukov, minux.ma CC=golang-codereviews https://golang.org/cl/60900044
This commit is contained in:
parent
a0c2140b91
commit
1a5e5b083b
@ -117,7 +117,6 @@ var redirects = map[string]string{
|
|||||||
"/doc/articles/json_and_go.html": "/blog/json-and-go",
|
"/doc/articles/json_and_go.html": "/blog/json-and-go",
|
||||||
"/doc/articles/json_rpc_tale_of_interfaces.html": "/blog/json-rpc-tale-of-interfaces",
|
"/doc/articles/json_rpc_tale_of_interfaces.html": "/blog/json-rpc-tale-of-interfaces",
|
||||||
"/doc/articles/laws_of_reflection.html": "/blog/laws-of-reflection",
|
"/doc/articles/laws_of_reflection.html": "/blog/laws-of-reflection",
|
||||||
"/doc/articles/race_detector.html": "/blog/race-detector",
|
|
||||||
"/doc/articles/slices_usage_and_internals.html": "/blog/go-slices-usage-and-internals",
|
"/doc/articles/slices_usage_and_internals.html": "/blog/go-slices-usage-and-internals",
|
||||||
"/doc/go_for_cpp_programmers.html": "https://code.google.com/p/go-wiki/wiki/GoForCPPProgrammers",
|
"/doc/go_for_cpp_programmers.html": "https://code.google.com/p/go-wiki/wiki/GoForCPPProgrammers",
|
||||||
"/doc/go_tutorial.html": "http://tour.golang.org/",
|
"/doc/go_tutorial.html": "http://tour.golang.org/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user