diff --git a/.hgignore b/.hgignore new file mode 100644 index 000000000..571db5fda --- /dev/null +++ b/.hgignore @@ -0,0 +1,2 @@ +syntax:glob +last-change diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..15167cd74 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +# This source code refers to The Go Authors for copyright purposes. +# The master list of authors is in the main Go distribution, +# visible at http://tip.golang.org/AUTHORS. diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 000000000..1c4577e96 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,3 @@ +# This source code was written by the Go contributors. +# The master list of contributors is in the main Go distribution, +# visible at http://tip.golang.org/CONTRIBUTORS. diff --git a/README b/README new file mode 100644 index 000000000..bc954b0f2 --- /dev/null +++ b/README @@ -0,0 +1,16 @@ +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). diff --git a/codereview.cfg b/codereview.cfg new file mode 100644 index 000000000..e3eb47ca0 --- /dev/null +++ b/codereview.cfg @@ -0,0 +1,2 @@ +defaultcc: golang-dev@googlegroups.com +contributors: http://go.googlecode.com/hg/CONTRIBUTORS