.
├── gosrc
│ ├── build.go
│ ├── gosrc_test.go
│ ├── present_test.go
│ ├── present.go
│ ├── client.go
│ ├── util_test.go
│ ├── data.go
│ ├── vcs.go
│ ├── launchpad.go
│ ├── github.go
│ ├── google.go
│ ├── gen.go
│ ├── testdata
│ │ └── hello.go
│ ├── bitbucket.go
│ ├── util.go
│ ├── gosrc.go
│ ├── local.go
│ ├── path.go
│ ├── print.go
│ ├── path_test.go
│ └── golang.go
├── internal
│ └── health
│ ├── health.go
│ └── health_test.go
├── gae-service-proxy
│ └── main.go
├── log
│ ├── http_handler.go
│ └── log.go
├── lintapp
│ └── main.go
├── gddo-admin
│ ├── block.go
│ ├── main.go
│ ├── delete.go
│ ├── popular.go
│ ├── reindex.go
│ ├── stats.go
│ ├── dangle.go
│ └── crawl.go
├── gddo-server
│ ├── main.go
│ ├── config.go
│ ├── browse.go
│ ├── logging.go
│ ├── client.go
│ ├── play.go
│ ├── graph.go
│ ├── browse_test.go
│ ├── template.go
│ ├── main_test.go
│ ├── background.go
│ ├── crawl.go
│ └── template_test.go
├── talksapp
│ ├── main.go
│ └── main_test.go
├── httputil
│ ├── transport_test.go
│ ├── httputil.go
│ ├── static_test.go
│ ├── negotiate.go
│ ├── buster.go
│ ├── transport.go
│ ├── negotiate_test.go
│ ├── header
│ │ ├── header_test.go
│ │ └── header.go
│ ├── static.go
│ ├── respbuf.go
│ └── buster_test.go
├── database
│ ├── index.go
│ ├── stem_test.go
│ ├── database_test.go
│ ├── stem.go
│ ├── index_test.go
│ ├── indexae.go
│ ├── database.go
│ ├── indexae_test.go
│ └── stop.go
└── doc
├── goprint.go
├── builder.go
├── get.go
├── util.go
├── vet.go
├── print.go
├── builder_test.go
└── code.go