THRIFT-2012 Modernizing Go
Patch: Travis Cline
diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am
new file mode 100644
index 0000000..7c82467
--- /dev/null
+++ b/lib/go/Makefile.am
@@ -0,0 +1,12 @@
+install:
+ @echo '##############################################################'
+ @echo '##############################################################'
+ @echo 'The Go client library should be insalled via "go get", please see /lib/go/README'
+ @echo '##############################################################'
+ @echo '##############################################################'
+
+check-local:
+ go test ./thrift
+
+all-local: check-local
+