summaryrefslogtreecommitdiff
path: root/favicon.ico
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2021-03-09 23:27:11 -0500
committerDmitri Shuralyov <dmitshur@golang.org>2021-03-12 22:45:44 +0000
commit3eebc26700c8e9ccb7d9962ce1c7a02d605aba66 (patch)
tree4d692b9a7a4cd25c4e5ce173cec77581f56f24db /favicon.ico
parent86bbf4beee276b9a7f9a427a9d1a9277bd904709 (diff)
downloadgo-git-3eebc26700c8e9ccb7d9962ce1c7a02d605aba66.tar.gz
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 <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'favicon.ico')
-rw-r--r--favicon.icobin5686 -> 0 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/favicon.ico b/favicon.ico
deleted file mode 100644
index 8d225846db..0000000000
--- a/favicon.ico
+++ /dev/null
Binary files differ