Go Doc Dot Org
Перейти к файлу
Tuo Shan e0d34163be gddo-server: Remove the gae_search flag.
Use app engine's main function to start the server by default. GAE
search is also enabled by default. API search is also using the new
search algorithm.

Developers will need to install Google Cloud SDK to use dev_appserver
in order to run the search api locally. The development setup will be
updated as soon as this CL is submitted.

Change-Id: Idae7a88949b2757977d0ab33628564451a1dddd3
Reviewed-on: https://go-review.googlesource.com/25360
Reviewed-by: Andrew Gerrand <adg@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
2016-08-02 15:37:09 +00:00
database gddo-server: Remove the gae_search flag. 2016-08-02 15:37:09 +00:00
deploy Fix misspellings in comments. 2016-02-29 21:44:56 -08:00
doc gosrc: Archive noise packages instead of deletion. 2016-07-13 16:13:38 +00:00
gddo-admin all: update code to satisfy golint 2016-03-10 00:02:39 +00:00
gddo-server gddo-server: Remove the gae_search flag. 2016-08-02 15:37:09 +00:00
gosrc gosrc: Archive noise packages instead of deletion. 2016-07-13 16:13:38 +00:00
httputil httputils: use pointer to CacheBusters in test to fix govet 2016-06-21 02:42:43 +00:00
lintapp all: update code to satisfy golint 2016-03-10 00:02:39 +00:00
talksapp talksapp: fix environment variable access 2016-02-11 18:11:56 -08:00
CONTRIBUTING.md doc: synchronize contribution instructions with readme 2016-03-14 04:21:28 +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 doc: synchronize contribution instructions with readme 2016-03-14 04:21:28 +00:00

README.markdown

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

GoDoc

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.

We do not accept GitHub pull requests (we use an instance of the Gerrit code review system instead).

To get started contributing to this project, clone the repository from its canonical location

git clone https://go.googlesource.com/gddo

or update the origin of your existing clone

git remote rm origin
git remote add origin https://go.googlesource.com/gddo

then read the Contribution Guidelines to learn how to send patches using Gerrit.

More Documentation

More documentation about this project is available on the wiki.