Go Doc Dot Org
Перейти к файлу
Julie Qiu 20d68f94ee README.markdown: add archive note
Change-Id: I2109156753cecc7d4664a47ecba096fdf9bc86b6
Reviewed-on: https://go-review.googlesource.com/c/gddo/+/282132
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-01-15 22:23:49 +00:00
database database: increase size limit of packages to 1.2 MB 2019-08-15 22:37:33 +00:00
deploy Fix misspellings in comments. 2016-02-29 21:44:56 -08:00
doc doc: factor out redirect logic from newPackage to gosrc.MaybeRedirect 2018-09-11 17:57:31 +00:00
gae-service-proxy gddo: update gae-service-proxy for go111 GAE runtime 2020-01-27 19:53:32 +00:00
gddo-admin all: propagate context throughout the codebase. 2017-09-28 18:11:49 +00:00
gddo-server gddo-server: redirect invalid import paths to homepage 2020-12-22 20:49:13 +00:00
gosrc gosrc: update Go version regexp for golang.org pages 2019-09-04 17:53:37 +00:00
httputil all: fixed broken tests 2017-11-17 00:38:41 +00:00
internal/health gddo: remove no longer used internal support packages. 2018-01-16 22:35:24 +00:00
lintapp lintapp: use HTTPS protocol 2018-06-13 15:28:26 +00:00
log gddo-server: centralize config and add log package 2017-03-13 18:11:42 +00:00
talksapp talksapp: use Go 1.9, update bot.html URLs 2018-11-16 21:55:33 +00:00
vendor gddo: update gae-service-proxy for go111 GAE runtime 2020-01-27 19:53:32 +00:00
.gitignore .gitignore: add 2020-12-03 16:55:29 +00:00
.travis.yml .travis.yml: bump Go versions and use '.x' to get latest patch versions 2018-11-16 20:51:47 +00:00
CONTRIBUTING.md remove stray punctuation from CONTRIBUTING.md 2018-10-08 03:17:51 +00:00
Dockerfile fixed broken Docker build. 2016-02-02 13:25:26 +09:00
LICENSE Change copyright and license. 2014-02-24 11:08:08 -08:00
README.markdown README.markdown: add archive note 2021-01-15 22:23:49 +00:00
go.mod gddo-server: tee requests directly to pkg.go.dev 2020-12-07 17:17:09 +00:00
go.sum gddo: update gae-service-proxy for go111 GAE runtime 2020-01-27 19:53:32 +00:00

README.markdown

This project is the source for https://godoc.org/

GoDoc BuildStatus

NOTE: As of 2021, requests to godoc.org will redirect to pkg.go.dev. The gddo repository is archived and no longer accepting contributions. For more details, see https://blog.golang.org/godoc.org-redirect.

Getting the Source

To clone the repository from its canonical location:

git clone https://go.googlesource.com/gddo $GOPATH/src/github.com/golang/gddo

Information on how to set up a local environment is available at https://github.com/golang/gddo/wiki/Development-Environment-Setup.

More Documentation

More documentation about this project is available on the wiki.