Browse Source

nothing

pull/103/head
Unknown 12 years ago
parent
commit
4260b94931
  1. 1
      README.md
  2. 17
      repo/bundles/test_bundle.json

1
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. - 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. - Add support for downloading by tag for packages in github.com.
- Get author commit time and save in node. - Get author commit time and save in node.
- Save node information after downloaded, and check for next time, reduce download times.

17
repo/bundles/test_bundle.json

@ -0,0 +1,17 @@
{
"id": "",
"bundle_name": "",
"comment": ""
[
{
"import_path": "",
"commit": "",
"date": ""
},
{
"import_path": "",
"commit": "",
"date": ""
}
]
}
Loading…
Cancel
Save