dl: initial commit
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d517e19
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# golang.org/dl
+
+This repository holds the Go wrapper programs that run specific versions of Go, such
+as `go get golang.org/dl/go1.10.3`.
+
+## Report Issues / Send Patches
+
+This repository uses Gerrit for code changes. To learn how to submit
+changes to this repository, see https://golang.org/doc/contribute.html.
+The main issue tracker for the net repository is located at
+https://github.com/golang/go/issues. Prefix your issue with "dl:" in the
+subject line, so it is easy to find.
diff --git a/codereview.cfg b/codereview.cfg
new file mode 100644
index 0000000..19f184f
--- /dev/null
+++ b/codereview.cfg
@@ -0,0 +1,2 @@
+issuerepo: golang/go
+