Wiki data import from Google Code
diff --git a/GoGetTools.md b/GoGetTools.md
new file mode 100644
index 0000000..bfc6ec0
--- /dev/null
+++ b/GoGetTools.md
@@ -0,0 +1,10 @@
+# Installing Version Control Tools for ` go get `
+
+The ` go get ` fetching of source code is done by using one of the following tools expected to be found on your system:
+
+ * **svn** - Subversion, download at: http://subversion.apache.org/packages.html
+ * **hg** - Mercurial, download at http://mercurial.selenic.com/wiki/Download
+ * **git** - Git, download at http://git-scm.com/downloads
+ * **bzr** - Bazaar, download at http://wiki.bazaar.canonical.com/Download
+
+Refer GoGetProxyConfig for setting proxies for these tools.
\ No newline at end of file