Sem descrição

Rob Pike 1fabe7702b .hgignore: add comment setting policy há 12 anos atrás
.hgignore 1fabe7702b .hgignore: add comment setting policy há 12 anos atrás
AUTHORS f61fbb80d2 go.empty: prototype for new subrepository há 14 anos atrás
CONTRIBUTORS f61fbb80d2 go.empty: prototype for new subrepository há 14 anos atrás
LICENSE b38d45f7ff LICENSE: add há 14 anos atrás
PATENTS ca8b903872 go.empty: add PATENTS file to the subrepo. há 14 anos atrás
README 3ead892b8d go.empty: restore the README há 13 anos atrás
codereview.cfg 0d571bdbc1 codereview: switch defaultcc to golang-codereviews há 12 anos atrás

README

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.

Then execute:
go get code.google.com/p/go.newrepo
cd $(go list -e -f '{{.Dir}}' code.google.com/p/go.newrepo)

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).