[mirror] Home of the go.dev and golang.org websites
Перейти к файлу
Channing Kimble-Brown d8ebd27297 content: delete content/doc
Final step in deduplicating the go/doc code. Now all updates to
go/doc won't have to be backported to x/website.

Updates golang/go#29206

Change-Id: Id26dded099287e4f76bcef2e4d7e58d3253db02d
Reviewed-on: https://go-review.googlesource.com/c/160238
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-01-29 22:32:00 +00:00
cmd/golangorg cmd/golangorg: use go/doc instead of x/website/content/doc 2019-01-29 22:31:47 +00:00
content content: delete content/doc 2019-01-29 22:32:00 +00:00
internal cmd/golangorg, internal: use newly copied x/website/internal packages 2019-01-29 15:17:29 +00:00
AUTHORS initial commit 2019-01-04 09:34:42 -05:00
CONTRIBUTING.md initial commit 2019-01-04 09:34:42 -05:00
CONTRIBUTORS initial commit 2019-01-04 09:34:42 -05:00
LICENSE initial commit 2019-01-04 09:34:42 -05:00
PATENTS initial commit 2019-01-04 09:34:42 -05:00
README.md x/website: update README.md 2019-01-08 22:28:41 +00:00
codereview.cfg x/website: add code and static files for website 2019-01-08 18:22:29 +00:00
favicon.ico x/website: add code and static files for website 2019-01-08 18:22:29 +00:00
go.mod cmd/golangorg, internal: use newly copied x/website/internal packages 2019-01-29 15:17:29 +00:00
go.sum website: use modules 2019-01-28 21:39:59 +00:00
robots.txt x/website: add code and static files for website 2019-01-08 18:22:29 +00:00

README.md

Go Website

This repository holds the Go Website server code and content.

Note: This repo is in development and not deployed; please submit any golang.org changes to x/tools/godoc, x/tools/cmd/godoc, or go/doc

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/website:" in the subject line, so it is easy to find.