aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-02-26 08:31:20 +1100
committerAndrew Gerrand <adg@golang.org>2013-02-26 08:31:20 +1100
commitc26ca9cbba2bc725e1d7d26754ac5167a44ddb76 (patch)
tree23080cfd9730d573184d472451e183b1ccace3cd
parentca8b903872a563212611fbebd17d321d319763ad (diff)
go.blog: update README of new repository
R=golang-dev, r CC=golang-dev https://golang.org/cl/7385050
-rw-r--r--README16
1 files changed, 2 insertions, 14 deletions
diff --git a/README b/README
index bc954b0..8a4e05c 100644
--- a/README
+++ b/README
@@ -1,16 +1,4 @@
-This is an empty Go subrepository. To create a new subrepository,
-visit http://code.google.com/p/go/adminSource and under repositories,
-type the new name, check [x] Clone contents and select [empty] as
-the one you want to clone.
+This repository holds the Go Blog server code and content.
-Then execute:
- go get code.google.com/p/go.newrepo
- cd $(go list -e -f '{{.Dir}}' code.google.com/p/go.newrepo)
+To submit changes to this repository, see http://golang.org/doc/contribute.html.
-The go get will complain about not finding source code, but it will
-successfully check out the repository.
-
-Edit the README (this file) to describe the new subrepository, and then
-use the usual hg change, mail, submit to send in the change.
-You will need to follow http://golang.org/doc/contribute.html#Code_review
-to enable the Code Review extension (pointing into your Go root).