Add runtimes/go_test

This is lighter than the fuchsia manifest, and it only includes what's
necessary to build with "--modules go_stdlib_tests,boot_test_runner".
However, it is brittle, due to the possibility of new transitive GN
dependencies being introduced. When that happens, the build will fail
with a message about missing files.

The dependencies on Dart and Rust are because Test Runner includes a
FIDL service, which gets compiled for all languages.

Change-Id: Id868435f19567540ef7e5cd3666fba174e88dccc
diff --git a/runtimes/go_test b/runtimes/go_test
new file mode 100644
index 0000000..837bde2
--- /dev/null
+++ b/runtimes/go_test
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+  <imports>
+    <localimport file="dart"/>
+    <localimport file="go"/>
+    <localimport file="rust"/>
+  </imports>
+  <projects>
+    <project name="application"
+             path="application"
+             remote="https://fuchsia.googlesource.com/application"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="fidl"
+             path="lib/fidl"
+             remote="https://fuchsia.googlesource.com/fidl"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="ftl"
+             path="lib/ftl"
+             remote="https://fuchsia.googlesource.com/ftl"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="icu_data"
+             path="apps/icu_data"
+             remote="https://fuchsia.googlesource.com/icu_data"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="init"
+             path="bin/init"
+             remote="https://fuchsia.googlesource.com/init"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="mtl"
+             path="lib/mtl"
+             remote="https://fuchsia.googlesource.com/mtl"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="modular"
+             path="apps/modular"
+             remote="https://fuchsia.googlesource.com/modular"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="netstack"
+             path="apps/netstack"
+             remote="https://fuchsia.googlesource.com/netstack"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="test_runner"
+             path="apps/test_runner"
+             remote="https://fuchsia.googlesource.com/test_runner"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="url"
+             path="lib/url"
+             remote="https://fuchsia.googlesource.com/url"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="tracing"
+             path="apps/tracing"
+             remote="https://fuchsia.googlesource.com/tracing"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="third_party/gtest"
+             path="third_party/gtest"
+             remote="https://fuchsia.googlesource.com/third_party/gtest"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="third_party/icu"
+             path="third_party/icu"
+             remote="https://fuchsia.googlesource.com/third_party/icu"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="third_party/jinja2"
+             path="third_party/jinja2"
+             remote="https://fuchsia.googlesource.com/third_party/jinja2"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="third_party/lwip"
+             path="third_party/lwip"
+             remote="https://fuchsia.googlesource.com/third_party/lwip"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="third_party/markupsafe"
+             path="third_party/markupsafe"
+             remote="https://fuchsia.googlesource.com/third_party/markupsafe"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="third_party/netstack"
+             path="third_party/netstack"
+             remote="https://fuchsia.googlesource.com/third_party/netstack"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+    <project name="third_party/rapidjson"
+             path="third_party/rapidjson"
+             remote="https://fuchsia.googlesource.com/third_party/rapidjson"
+             gerrithost="https://fuchsia-review.googlesource.com"
+             githooks="manifest/git-hooks"/>
+  </projects>
+</manifest>