// 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" "testing" ) func TestGPM(t *testing.T) { fmt.Println("gpm v0.1.4 Build 0522") }