Added some more missing ASF headers, fixed go/test makefile structure
diff --git a/lib/go/test/Makefile.am b/lib/go/test/Makefile.am
index 046448c..3055942 100644
--- a/lib/go/test/Makefile.am
+++ b/lib/go/test/Makefile.am
@@ -21,7 +21,10 @@
 THRIFTTEST = $(top_srcdir)/test/ThriftTest.thrift
 
 # Thrift for GO has problems with complex map keys: THRIFT-2063
-gopath: $(top_srcdir)/compiler/cpp/thrift $(THRIFTTEST) IncludesTest.thrift NamespacedTest.thrift OnewayTest.thrift
+gopath: $(top_srcdir)/compiler/cpp/thrift $(THRIFTTEST) \
+				IncludesTest.thrift \
+				NamespacedTest.thrift \
+				OnewayTest.thrift
 	mkdir -p gopath/src
 	grep -v list.*map.*list.*map $(THRIFTTEST) > ThriftTest.thrift
 	$(THRIFT) -r IncludesTest.thrift