From 4260b94931d6c2d2514889d70e46df631002f800 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 21 May 2013 09:24:46 -0400 Subject: [PATCH] nothing --- README.md | 1 + repo/bundles/test_bundle.json | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 repo/bundles/test_bundle.json diff --git a/README.md b/README.md index 3c8902347..ba9580b79 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ gpm(Go Package Manager) is a Go package manage tool for search, install, update - When choose which `GOPATH` to install, match with current path first, if it doesn't match any `GOPATH`, then install to the first path in the `GOPATH` variable. - Add support for downloading by tag for packages in github.com. - Get author commit time and save in node. +- Save node information after downloaded, and check for next time, reduce download times. \ No newline at end of file diff --git a/repo/bundles/test_bundle.json b/repo/bundles/test_bundle.json new file mode 100644 index 000000000..5fe989ee8 --- /dev/null +++ b/repo/bundles/test_bundle.json @@ -0,0 +1,17 @@ +{ + "id": "", + "bundle_name": "", + "comment": "" + [ + { + "import_path": "", + "commit": "", + "date": "" + }, + { + "import_path": "", + "commit": "", + "date": "" + } + ] +} \ No newline at end of file