Browse Source

license and readme

pull/103/head
Unknown 12 years ago
parent
commit
424c10b24a
  1. 4
      README.md
  2. 13
      gpm_test.go

4
README.md

@ -5,7 +5,9 @@ gpm - Go Package Manager
gpm(Go Package Manager) is a Go package manage tool for search, install, update, share and backup packages in Go. gpm(Go Package Manager) is a Go package manage tool for search, install, update, share and backup packages in Go.
[![Build Status](https://travis-ci.org/GPMGo/gpm.png)](https://travis-ci.org/GPMGo/gpm) [![Build Status](https://travis-ci.org/GPMGo/gpm.png)](https://travis-ci.org/GPMGo/gpm) [![Build Status](https://drone.io/github.com/GPMGo/gpm/status.png)](https://drone.io/github.com/GPMGo/gpm/latest) [![Coverage Status](https://coveralls.io/repos/GPMGo/gpm/badge.png)](https://coveralls.io/r/GPMGo/gpm)
(Travis CI hasn't support Go 1.1 yet)
This application still in experiment, any change could happen, but it doesn't affect download and install packages. This application still in experiment, any change could happen, but it doesn't affect download and install packages.

13
gpm_test.go

@ -0,0 +1,13 @@
// Copyright (c) 2013 GPMGo Members. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package main
import (
"fmt"
)
func testGPM() {
fmt.Println("gpm v0.1.4 Build 0522")
}
Loading…
Cancel
Save