Skip to content
Go Doc Dot Org
Go HTML JavaScript CSS Other
Branch: master
Clone or download

Latest commit

andybons gddo-server/assets: add Black Lives Matter banner
Change-Id: I14308b23539760cd54577daabc7617eb40c75e6e
Reviewed-on: https://go-review.googlesource.com/c/gddo/+/237601
Run-TryBot: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Julie Qiu <julie@golang.org>
Latest commit a4829ef Jun 11, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
database database: increase size limit of packages to 1.2 MB Aug 15, 2019
deploy Fix misspellings in comments. Mar 1, 2016
doc doc: factor out redirect logic from newPackage to gosrc.MaybeRedirect Sep 11, 2018
gae-service-proxy gddo: update gae-service-proxy for go111 GAE runtime Jan 27, 2020
gddo-admin all: propagate context throughout the codebase. Sep 28, 2017
gddo-server gddo-server/assets: add Black Lives Matter banner Jun 11, 2020
gosrc gosrc: update Go version regexp for golang.org pages Sep 4, 2019
httputil all: fixed broken tests Nov 17, 2017
internal/health gddo: remove no longer used internal support packages. Jan 16, 2018
lintapp lintapp: use HTTPS protocol Jun 13, 2018
log gddo-server: centralize config and add log package Mar 13, 2017
talksapp talksapp: use Go 1.9, update bot.html URLs Nov 16, 2018
vendor gddo: update gae-service-proxy for go111 GAE runtime Jan 27, 2020
.travis.yml .travis.yml: bump Go versions and use '.x' to get latest patch versions Nov 16, 2018
CONTRIBUTING.md remove stray punctuation from CONTRIBUTING.md Oct 8, 2018
Dockerfile fixed broken Docker build. Feb 2, 2016
LICENSE Change copyright and license. Feb 24, 2014
README.markdown Update http links to https Jul 28, 2018
go.mod gddo: update gae-service-proxy for go111 GAE runtime Jan 27, 2020
go.sum gddo: update gae-service-proxy for go111 GAE runtime Jan 27, 2020

README.markdown

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

GoDoc Build Status

The code in this project is designed to be used by godoc.org. Send mail to golang-dev@googlegroups.com if you want to discuss other uses of the code.

Feedback

Send ideas and questions to golang-dev@googlegroups.com. Request features and report bugs using the GitHub Issue Tracker.

Contributions

Contributions to this project are welcome, though please file an issue. before starting work on anything major.

Please refer to the Contribution Guidelines on how to submit changes.

We use https://go-review.googlesource.com to review change submissions.

Getting the Source

To get started contributing to this project, 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.

You can’t perform that action at this time.