Skip to content

Commit

Permalink
cmd/godoc: remove golang.org serving code
Browse files Browse the repository at this point in the history
The code to serve the golang.org website has been moved to
the golang.org/x/website sub-repository. x/website has become
the canonical source of the golang.org website as of CL 162157,
and so this code can be removed from here now.

This has the benefit of removing some external dependencies
that were only used by the website in production mode, and
in turn enabling x/tools to be a smaller tools-related module.

In future changes, the golang.org/x/tools/cmd/godoc command
will be reduced in scope to be a tool for serving Go package
documentation only, not the rest of the golang.org website.

Run go mod tidy (using Go 1.12 RC 1).

Updates golang/go#29206
Updates golang/go#29981

Change-Id: I61fd25627d0506901b04688dea8d8c9da9fe8f04
Reviewed-on: https://go-review.googlesource.com/c/162400
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Channing Kimble-Brown <channing@golang.org>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
  • Loading branch information
dmitshur committed Feb 20, 2019
1 parent 58344e5 commit b4f3f03
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 887 deletions.
3 changes: 0 additions & 3 deletions cmd/godoc/.gitignore

This file was deleted.

67 changes: 0 additions & 67 deletions cmd/godoc/Dockerfile.prod

This file was deleted.

80 changes: 0 additions & 80 deletions cmd/godoc/Makefile

This file was deleted.

94 changes: 0 additions & 94 deletions cmd/godoc/README.godoc-app

This file was deleted.

13 changes: 0 additions & 13 deletions cmd/godoc/app.dev.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions cmd/godoc/app.prod.yaml

This file was deleted.

Loading

0 comments on commit b4f3f03

Please sign in to comment.