• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Godeps/H19-Apr-2019-648644

database/H19-Apr-2019-2,6802,186

deploy/H19-Apr-2019-74374

doc/H19-Apr-2019-1,4091,108

gae-service-proxy/H19-Apr-2019-1510

gddo-admin/H19-Apr-2019-479349

gddo-server/H19-Apr-2019-2,8162,353

gosrc/H19-Apr-2019-5,3504,666

httputil/H19-Apr-2019-1,4591,163

internal/health/H19-Apr-2019-161119

lintapp/H19-Apr-2019-342296

log/H19-Apr-2019-12580

talksapp/H19-Apr-2019-607483

vendor/H19-Apr-2019-305,886237,438

.travis.ymlH A D19-Apr-2019659 2322

CONTRIBUTING.mdH A D19-Apr-2019584 1912

DockerfileH A D19-Apr-20191.5 KiB4233

LICENSEH A D19-Apr-20191.4 KiB2824

README.markdownH A D19-Apr-20191.4 KiB4328

README.markdown

1This project is the source for https://godoc.org/
2
3[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/golang/gddo)
4[![Build
5Status](https://travis-ci.org/golang/gddo.svg?branch=master)](https://travis-ci.org/golang/gddo)
6
7The code in this project is designed to be used by godoc.org. Send mail to
8golang-dev@googlegroups.com if you want to discuss other uses of the code.
9
10## Feedback
11
12Send ideas and questions to golang-dev@googlegroups.com. Request features and
13report bugs using the [GitHub Issue
14Tracker](https://github.com/golang/gddo/issues/new).
15
16## Contributions
17
18Contributions to this project are welcome, though please [file an
19issue](https://github.com/golang/gddo/issues/new). before starting work on
20anything major.
21
22Please refer to the [Contribution
23Guidelines](https://golang.org/doc/contribute.html) on how to submit changes.
24
25We use https://go-review.googlesource.com to review change submissions.
26
27## Getting the Source
28
29To get started contributing to this project, clone the repository from its
30canonical location
31
32```
33git clone https://go.googlesource.com/gddo $GOPATH/src/github.com/golang/gddo
34```
35
36Information on how to set up a local environment is available at
37https://github.com/golang/gddo/wiki/Development-Environment-Setup.
38
39## More Documentation
40
41More documentation about this project is available on the
42[wiki](https://github.com/golang/gddo/wiki).
43