https://github.com/zchee/golang-gddo
https://github.com/zchee/golang-gddo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zchee/golang-gddo
- Owner: zchee
- License: bsd-3-clause
- Created: 2019-02-26T16:15:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T18:59:11.000Z (over 6 years ago)
- Last Synced: 2025-03-06T08:37:10.225Z (about 1 year ago)
- Language: Go
- Size: 6.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
This project is the source for https://godoc.org/
[](https://godoc.org/github.com/golang/gddo)
[](https://travis-ci.org/golang/gddo)
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](https://github.com/golang/gddo/issues/new).
## Contributions
Contributions to this project are welcome, though please [file an
issue](https://github.com/golang/gddo/issues/new). before starting work on
anything major.
Please refer to the [Contribution
Guidelines](https://golang.org/doc/contribute.html) 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](https://github.com/golang/gddo/wiki).