Browse Source

license and readme

pull/103/head
Unknown 12 years ago
parent
commit
5b1686ab1a
  1. 3
      gpm_test.go

3
gpm_test.go

@ -6,8 +6,9 @@ package main
import ( import (
"fmt" "fmt"
"testing"
) )
func testGPM() { func TestGPM(t *testing.T) {
fmt.Println("gpm v0.1.4 Build 0522") fmt.Println("gpm v0.1.4 Build 0522")
} }

Loading…
Cancel
Save