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