From 5b1686ab1af1c69c786a4ed0fb2de1faddc1a4eb Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 22 May 2013 21:26:16 -0400 Subject: [PATCH] license and readme --- gpm_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpm_test.go b/gpm_test.go index 50ccde81a..f37a19c22 100644 --- a/gpm_test.go +++ b/gpm_test.go @@ -6,8 +6,9 @@ package main import ( "fmt" + "testing" ) -func testGPM() { +func TestGPM(t *testing.T) { fmt.Println("gpm v0.1.4 Build 0522") }