THRIFT-2491 unable to import generated ThriftTest service
Client: Go
Patch: Aleksey Pesternikov

This closes #105

commit f2e7186ca8d63f407dba0c56ee51afd6405926ba
 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net>
 Date: 2014-04-22T12:48:14Z

add _ to generated filename if it ends with _test.go
diff --git a/lib/go/test/Makefile.am b/lib/go/test/Makefile.am
index 5499fb7..0be6cf7 100644
--- a/lib/go/test/Makefile.am
+++ b/lib/go/test/Makefile.am
@@ -47,11 +47,11 @@
 
 check: gopath
 	GOPATH=`pwd`/gopath $(GO) build \
-				IncludesTest \
-				BinaryKeyTest \
-				ServicesTest \
-				TypedefFieldTest \
-				RefAnnotationFieldsTest
+				includestest \
+				binarykeytest \
+				servicestest \
+				typedeffieldtest \
+				refannotationfieldstest
 	GOPATH=`pwd`/gopath $(GO) test thrift tests
 
 clean-local: