Skip to content

Commit f61fbb8

Browse files
committed
go.empty: prototype for new subrepository
R=golang-dev, r CC=golang-dev https://golang.org/cl/5572056
0 parents  commit f61fbb8

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed

.hgignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
syntax:glob
2+
last-change

AUTHORS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This source code refers to The Go Authors for copyright purposes.
2+
# The master list of authors is in the main Go distribution,
3+
# visible at http://tip.golang.org/AUTHORS.

CONTRIBUTORS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This source code was written by the Go contributors.
2+
# The master list of contributors is in the main Go distribution,
3+
# visible at http://tip.golang.org/CONTRIBUTORS.

README

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
This is an empty Go subrepository. To create a new subrepository,
2+
visit http://code.google.com/p/go/adminSource and under repositories,
3+
type the new name, check [x] Clone contents and select [empty] as
4+
the one you want to clone.
5+
6+
Then execute:
7+
go get code.google.com/p/go.newrepo
8+
cd $(go list -e -f '{{.Dir}}' code.google.com/p/go.newrepo)
9+
10+
The go get will complain about not finding source code, but it will
11+
successfully check out the repository.
12+
13+
Edit the README (this file) to describe the new subrepository, and then
14+
use the usual hg change, mail, submit to send in the change.
15+
You will need to follow http://golang.org/doc/contribute.html#Code_review
16+
to enable the Code Review extension (pointing into your Go root).

codereview.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
contributors: http://go.googlecode.com/hg/CONTRIBUTORS

0 commit comments

Comments
 (0)