https://github.com/golang/gddo
Go Doc Dot Org
https://github.com/golang/gddo
Last synced: about 16 hours ago
JSON representation
Go Doc Dot Org
- Host: GitHub
- URL: https://github.com/golang/gddo
- Owner: golang
- License: bsd-3-clause
- Archived: true
- Created: 2011-06-18T02:42:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T22:23:57.000Z (almost 5 years ago)
- Last Synced: 2024-11-17T12:10:05.312Z (about 1 year ago)
- Language: Go
- Homepage: https://godoc.org
- Size: 5.84 MB
- Stars: 1,104
- Watchers: 51
- Forks: 265
- Open Issues: 167
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-graphviz - godoc - The GoDoc-Project uses graphviz to show the graph of imported packages (see footer of package page on [godoc.org](https://godoc.org/)). (Content / Generators and Translators)
README
This project is the source for https://godoc.org/
[](https://godoc.org/github.com/golang/gddo)
[](https://travis-ci.org/golang/gddo)
**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](https://github.com/golang/gddo/wiki).