From: Dmitri Shuralyov Date: Wed, 10 Mar 2021 04:27:11 +0000 (-0500) Subject: delete favicon.ico and robots.txt X-Git-Tag: go1.17beta1~1156 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3eebc26700c8e9ccb7d9962ce1c7a02d605aba66;p=gostls13.git delete favicon.ico and robots.txt The favicon.ico and robots.txt files have been with us in the root directory since 2009 and 2011 respectively. Back then, the Go repo had content for the golang.org website, which could be run locally. Since these files were at the root of the website, they were added to the corresponding location in the GOROOT tree—at the root. In 2018, work started on factoring out golang.org website content and code into a new golang.org/x/website repository (issue 29206). The favicon.ico and robots.txt files were copied to x/website repo, but some more work needed to be done before they would be picked up and served when golangorg was executed in module mode. That work is done by now (CL 293413 and CL 293414). The scope of the godoc tool has also been reduced to just serving Go package documentation and not the website (issue 32011), so it can provide its own favicon.ico as needed (CL 300394). This means these two files have no more use and can be deleted. So long and goodbye! Change-Id: Id71bdab6317c1dc481c9d85beaaac4b4eb92d379 Reviewed-on: https://go-review.googlesource.com/c/go/+/300549 Trust: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Go Bot Reviewed-by: Russ Cox --- diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index 8d225846db..0000000000 Binary files a/favicon.ico and /dev/null differ diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 1f53798bb4..0000000000 --- a/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: /