summaryrefslogtreecommitdiff
path: root/favicon.ico
Commit message (Collapse)AuthorAgeFilesLines
* delete favicon.ico and robots.txtDmitri Shuralyov2021-03-121-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* website: recreate 16px and 32px faviconEgon Elbre2016-08-251-0/+0
| | | | | | | | | | | Recreated original favicon with svg. Note, the rasterizations are hand tweaked for crispness and straight export will not give the same results. Fixes #6938 Change-Id: I9bf7b59028711361c29365b145932d90af419b69 Reviewed-on: https://go-review.googlesource.com/26850 Reviewed-by: Chris Broadfoot <cbro@golang.org>
* godoc: update faviconAndrew Gerrand2012-10-111-0/+0
| | | | | | R=golang-dev CC=golang-dev https://golang.org/cl/6641058
* add a favicon plus a couple of hi-res versions of gordonRob Pike2009-10-261-0/+0
R=rsc CC=go-dev http://go/go-review/1013013