An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

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

[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/golang/gddo)
[![Build
Status](https://travis-ci.org/golang/gddo.svg?branch=master)](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).