From 9f31513c9263e823a9904203053f72a0ed014bac Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 17 May 2013 12:55:10 -0700 Subject: [PATCH] go.tools: provide the right README R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/9479044 --- README | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README b/README index bc954b0f..334b02ca 100644 --- a/README +++ b/README @@ -1,16 +1,7 @@ -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 subrepository holds the source for various packages and tools that support +the Go programming language. -Then execute: - go get code.google.com/p/go.newrepo - cd $(go list -e -f '{{.Dir}}' code.google.com/p/go.newrepo) +Although at least some of the tools themselves will be included in binary Go distributions, +the packages from which they are built are of little interest to most Go programmers. -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). +To submit changes to this repository, see http://golang.org/doc/contribute.html.