svn commit: r418499 - in head/devel: . go-protobuf

Carlo Strub cs at FreeBSD.org
Wed Jul 13 19:19:17 UTC 2016


Author: cs
Date: Wed Jul 13 19:19:15 2016
New Revision: 418499
URL: https://svnweb.freebsd.org/changeset/ports/418499

Log:
  Protocol Buffers for Go with Gadgets
  
  WWW: https://github.com/gogo/protobuf/

Added:
  head/devel/go-protobuf/
  head/devel/go-protobuf/Makefile   (contents, props changed)
  head/devel/go-protobuf/distinfo   (contents, props changed)
  head/devel/go-protobuf/pkg-descr   (contents, props changed)
  head/devel/go-protobuf/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jul 13 19:08:25 2016	(r418498)
+++ head/devel/Makefile	Wed Jul 13 19:19:15 2016	(r418499)
@@ -725,6 +725,7 @@
     SUBDIR += go-metrics
     SUBDIR += go-pflag
     SUBDIR += go-pretty
+    SUBDIR += go-protobuf
     SUBDIR += go-raw
     SUBDIR += go-runewidth
     SUBDIR += go-slices

Added: head/devel/go-protobuf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-protobuf/Makefile	Wed Jul 13 19:19:15 2016	(r418499)
@@ -0,0 +1,148 @@
+# Created by: Carlo Strub <cs at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	protobuf
+PORTVERSION=	20160617
+CATEGORIES=	devel
+PKGNAMEPREFIX=	go-
+
+MAINTAINER=	cs at FreeBSD.org
+COMMENT=	Protocol Buffers for Go with Gadgets
+
+LICENSE=	BSD3CLAUSE
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	gogo
+GH_TAGNAME=	2752d97bbd91927dd1c43296dbf8700e50e2708c
+USES=		go
+GO_PKGNAME=	github.com/gogo/protobuf
+GO_TARGET=	${GO_PKGNAME}/codec		\
+		${GO_PKGNAME}/gogoproto \
+		${GO_PKGNAME}/io \
+		${GO_PKGNAME}/jsonpb \
+		${GO_PKGNAME}/jsonpb/jsonpb_test_proto \
+		${GO_PKGNAME}/plugin/compare \
+		${GO_PKGNAME}/plugin/defaultcheck \
+		${GO_PKGNAME}/plugin/description \
+		${GO_PKGNAME}/plugin/embedcheck \
+		${GO_PKGNAME}/plugin/enumstringer \
+		${GO_PKGNAME}/plugin/equal \
+		${GO_PKGNAME}/plugin/face \
+		${GO_PKGNAME}/plugin/gostring \
+		${GO_PKGNAME}/plugin/grpc \
+		${GO_PKGNAME}/plugin/marshalto \
+		${GO_PKGNAME}/plugin/oneofcheck \
+		${GO_PKGNAME}/plugin/populate \
+		${GO_PKGNAME}/plugin/size \
+		${GO_PKGNAME}/plugin/stringer \
+		${GO_PKGNAME}/plugin/testgen \
+		${GO_PKGNAME}/plugin/union \
+		${GO_PKGNAME}/plugin/unmarshal \
+		${GO_PKGNAME}/proto \
+		${GO_PKGNAME}/proto/proto3_proto \
+		${GO_PKGNAME}/proto/testdata \
+		${GO_PKGNAME}/protoc-gen-combo \
+		${GO_PKGNAME}/protoc-gen-gofast \
+		${GO_PKGNAME}/protoc-gen-gogo \
+		${GO_PKGNAME}/protoc-gen-gogo/descriptor \
+		${GO_PKGNAME}/protoc-gen-gogo/generator \
+		${GO_PKGNAME}/protoc-gen-gogo/plugin \
+		${GO_PKGNAME}/protoc-gen-gogofast \
+		${GO_PKGNAME}/protoc-gen-gogofaster \
+		${GO_PKGNAME}/sortkeys \
+		${GO_PKGNAME}/protoc-gen-gogoslick \
+		${GO_PKGNAME}/protoc-min-version \
+		${GO_PKGNAME}/test \
+		${GO_PKGNAME}/test/asymetric-issue125 \
+		${GO_PKGNAME}/test/casttype/combos/both \
+		${GO_PKGNAME}/test/casttype/combos/marshaler \
+		${GO_PKGNAME}/test/casttype/combos/neither \
+		${GO_PKGNAME}/test/casttype/combos/unmarshaler \
+		${GO_PKGNAME}/test/casttype/combos/unsafeboth \
+		${GO_PKGNAME}/test/casttype/combos/unsafemarshaler \
+		${GO_PKGNAME}/test/casttype/combos/unsafeunmarshaler \
+		${GO_PKGNAME}/test/castvalue/combos/both \
+		${GO_PKGNAME}/test/castvalue/combos/marshaler \
+		${GO_PKGNAME}/test/castvalue/combos/unmarshaler \
+		${GO_PKGNAME}/test/castvalue/combos/unsafeboth \
+		${GO_PKGNAME}/test/castvalue/combos/unsafemarshaler \
+		${GO_PKGNAME}/test/castvalue/combos/unsafeunmarshaler \
+		${GO_PKGNAME}/test/combos/both \
+		${GO_PKGNAME}/test/combos/marshaler \
+		${GO_PKGNAME}/test/combos/unmarshaler \
+		${GO_PKGNAME}/test/combos/unsafeboth \
+		${GO_PKGNAME}/test/combos/unsafemarshaler \
+		${GO_PKGNAME}/test/combos/unsafeunmarshaler \
+		${GO_PKGNAME}/test/custom-dash-type \
+		${GO_PKGNAME}/test/custom \
+		${GO_PKGNAME}/test/custombytesnonstruct \
+		${GO_PKGNAME}/test/dashfilename \
+		${GO_PKGNAME}/test/defaultconflict \
+		${GO_PKGNAME}/test/embedconflict \
+		${GO_PKGNAME}/test/empty-issue70 \
+		${GO_PKGNAME}/test/enumcustomname \
+		${GO_PKGNAME}/test/enumprefix \
+		${GO_PKGNAME}/test/enumstringer \
+		${GO_PKGNAME}/test/example \
+		${GO_PKGNAME}/test/filedotname \
+		${GO_PKGNAME}/test/fuzztests \
+		${GO_PKGNAME}/test/group \
+		${GO_PKGNAME}/test/importdedup \
+		${GO_PKGNAME}/test/importdedup/subpkg \
+		${GO_PKGNAME}/test/indeximport-issue72 \
+		${GO_PKGNAME}/test/indeximport-issue72/index \
+		${GO_PKGNAME}/test/issue34 \
+		${GO_PKGNAME}/test/issue42order \
+		${GO_PKGNAME}/test/issue8 \
+		${GO_PKGNAME}/test/mapsproto2 \
+		${GO_PKGNAME}/test/mapsproto2/combos/both \
+		${GO_PKGNAME}/test/mapsproto2/combos/marshaler \
+		${GO_PKGNAME}/test/mapsproto2/combos/neither \
+		${GO_PKGNAME}/test/mapsproto2/combos/unmarshaler \
+		${GO_PKGNAME}/test/mapsproto2/combos/unsafeboth \
+		${GO_PKGNAME}/test/mapsproto2/combos/unsafemarshaler \
+		${GO_PKGNAME}/test/mapsproto2/combos/unsafeunmarshaler \
+		${GO_PKGNAME}/test/mixbench \
+		${GO_PKGNAME}/test/moredefaults \
+		${GO_PKGNAME}/test/nopackage \
+		${GO_PKGNAME}/test/oneof \
+		${GO_PKGNAME}/test/oneof/combos/both \
+		${GO_PKGNAME}/test/oneof/combos/marshaler \
+		${GO_PKGNAME}/test/oneof/combos/neither \
+		${GO_PKGNAME}/test/oneof/combos/unmarshaler \
+		${GO_PKGNAME}/test/oneof/combos/unsafeboth \
+		${GO_PKGNAME}/test/oneof/combos/unsafemarshaler \
+		${GO_PKGNAME}/test/oneof/combos/unsafeunmarshaler \
+		${GO_PKGNAME}/test/oneof3 \
+		${GO_PKGNAME}/test/oneof3/combos/both \
+		${GO_PKGNAME}/test/oneof3/combos/marshaler \
+		${GO_PKGNAME}/test/oneof3/combos/neither \
+		${GO_PKGNAME}/test/oneof3/combos/unmarshaler \
+		${GO_PKGNAME}/test/oneof3/combos/unsafeboth \
+		${GO_PKGNAME}/test/oneof3/combos/unsafemarshaler \
+		${GO_PKGNAME}/test/oneof3/combos/unsafeunmarshaler \
+		${GO_PKGNAME}/test/oneofembed \
+		${GO_PKGNAME}/test/packed \
+		${GO_PKGNAME}/test/protosize \
+		${GO_PKGNAME}/test/required \
+		${GO_PKGNAME}/test/sizeunderscore \
+		${GO_PKGNAME}/test/tags \
+		${GO_PKGNAME}/test/theproto3 \
+		${GO_PKGNAME}/test/theproto3/combos/both \
+		${GO_PKGNAME}/test/theproto3/combos/marshaler \
+		${GO_PKGNAME}/test/theproto3/combos/neither \
+		${GO_PKGNAME}/test/theproto3/combos/unmarshaler \
+		${GO_PKGNAME}/test/theproto3/combos/unsafeboth \
+		${GO_PKGNAME}/test/theproto3/combos/unsafemarshaler \
+		${GO_PKGNAME}/test/theproto3/combos/unsafeunmarshaler \
+		${GO_PKGNAME}/test/unmarshalmerge \
+		${GO_PKGNAME}/test/unrecognized \
+		${GO_PKGNAME}/test/unrecognizedgroup \
+		${GO_PKGNAME}/vanity/command \
+		${GO_PKGNAME}/vanity/test \
+		${GO_PKGNAME}/vanity/test/fast \
+		${GO_PKGNAME}/vanity/test/faster \
+		${GO_PKGNAME}/vanity/test/slick \
+		${GO_PKGNAME}/version \
+
+.include <bsd.port.mk>

Added: head/devel/go-protobuf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-protobuf/distinfo	Wed Jul 13 19:19:15 2016	(r418499)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468232713
+SHA256 (gogo-protobuf-20160617-2752d97bbd91927dd1c43296dbf8700e50e2708c_GH0.tar.gz) = 2861feec9de2458b544eb604521ccdd8941e379300ef27552908bbae37f08a4d
+SIZE (gogo-protobuf-20160617-2752d97bbd91927dd1c43296dbf8700e50e2708c_GH0.tar.gz) = 2082456

Added: head/devel/go-protobuf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-protobuf/pkg-descr	Wed Jul 13 19:19:15 2016	(r418499)
@@ -0,0 +1,3 @@
+Protocol Buffers for Go with Gadgets
+
+WWW: https://github.com/gogo/protobuf/

Added: head/devel/go-protobuf/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/go-protobuf/pkg-plist	Wed Jul 13 19:19:15 2016	(r418499)
@@ -0,0 +1,588 @@
+bin/mixbench
+bin/protoc-gen-combo
+bin/protoc-gen-gofast
+bin/protoc-gen-gogo
+bin/protoc-gen-gogofast
+bin/protoc-gen-gogofaster
+bin/protoc-gen-gogoslick
+bin/protoc-min-version
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/codec.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/gogoproto.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/io.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/jsonpb.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/compare.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/defaultcheck.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/description.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/embedcheck.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/enumstringer.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/equal.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/face.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/gostring.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/grpc.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/marshalto.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/oneofcheck.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/populate.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/size.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/stringer.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/testgen.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/union.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/plugin/unmarshal.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/proto.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/proto/proto3_proto.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/proto/testdata.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/descriptor.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/generator.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/plugin.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/sortkeys.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/asymetric-issue125.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/casttype/combos/both.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/casttype/combos/marshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/casttype/combos/neither.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafeboth.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafemarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafeunmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/both.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/marshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeboth.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafemarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeunmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/combos/both.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/combos/marshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/combos/unmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/combos/unsafeboth.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/combos/unsafemarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/combos/unsafeunmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/custom-dash-type.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/custom.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/custombytesnonstruct.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/dashfilename.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/defaultconflict.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/embedconflict.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/empty-issue70.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/enumcustomname.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/enumprefix.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/enumstringer.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/example.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/filedotname.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/fuzztests.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/group.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/importdedup.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/importdedup/subpkg.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72/index.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/issue34.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/issue42order.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/issue8.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/mapsproto2.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/both.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/marshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/neither.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafeboth.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafemarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafeunmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/moredefaults.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/nopackage.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof/combos/both.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof/combos/marshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof/combos/neither.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafeboth.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafemarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafeunmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof3.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/both.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/marshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/neither.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafeboth.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafemarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafeunmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/oneofembed.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/packed.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/protosize.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/required.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/sizeunderscore.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/tags.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/theproto3.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/both.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/marshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/neither.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeboth.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafemarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeunmarshaler.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/unmarshalmerge.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/unrecognized.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/test/unrecognizedgroup.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/vanity/command.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/vanity/test.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/vanity/test/fast.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/vanity/test/faster.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/vanity/test/slick.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/version.a
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/codec.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/codec/codec_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/gogoproto/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/gogoproto/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/gogoproto/gogo.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/gogoproto/gogo.pb.golden
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/gogoproto/gogo.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/gogoproto/helper.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/io/full.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/io/io.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/io/io_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/io/uint32.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/io/varint.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/bytes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/more_test_objects.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/more_test_objects.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/test_objects.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/jsonpb/jsonpb_test_proto/test_objects.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/compare/compare.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/compare/comparetest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/defaultcheck/defaultcheck.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/description/description.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/description/descriptiontest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/embedcheck/embedcheck.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/enumstringer/enumstringer.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/equal/equal.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/equal/equaltest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/face/face.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/face/facetest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/gostring/gostring.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/gostring/gostringtest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/grpc/grpc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/marshalto/marshalto.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/oneofcheck/oneofcheck.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/populate/populate.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/size/size.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/size/sizetest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/stringer/stringer.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/stringer/stringertest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/testgen/testgen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/union/union.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/union/uniontest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/plugin/unmarshal/unmarshal.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/all_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/clone.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/clone_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/decode.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/decode_gogo.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/encode.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/encode_gogo.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/equal.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/equal_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/extensions.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/extensions_gogo.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/extensions_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/lib.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/lib_gogo.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/message_set.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/message_set_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_reflect.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_unsafe.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_unsafe_gogo.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/properties.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/properties_gogo.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_proto/proto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_proto/proto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/proto3_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/size2_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/size_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/skip_gogo.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/golden_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/test.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/test.pb.go.golden
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/test.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text_gogo.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text_parser.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text_parser_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/descriptor/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/descriptor/descriptor.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/descriptor/gostring.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/descriptor/helper.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/generator/generator.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/generator/helper.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/generator/name_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/plugin/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/protoc-gen-gogo/plugin/plugin.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/sortkeys/sortkeys.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/asymetric-issue125/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/asymetric-issue125/asym.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/asymetric-issue125/asym.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/asymetric-issue125/asym_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/asymetric-issue125/asympb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/asymetric-issue125/pop.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/bug_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/casttype.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/both/casttype.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/both/casttype.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/both/casttypepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/marshaler/casttype.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/marshaler/casttype.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/marshaler/casttypepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/neither/casttype.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/neither/casttype.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/neither/casttypepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unmarshaler/casttype.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unmarshaler/casttype.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unmarshaler/casttypepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafeboth/casttype.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafeboth/casttype.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafeboth/casttypepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafemarshaler/casttype.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafemarshaler/casttype.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafemarshaler/casttypepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafeunmarshaler/casttype.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafeunmarshaler/casttype.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/combos/unsafeunmarshaler/casttypepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/casttype/mytypes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/castvalue.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/castvalue.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/castvaluepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/both/castvalue.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/both/castvalue.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/both/castvaluepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/both/mytypes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/marshaler/castvalue.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/marshaler/castvalue.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/marshaler/castvaluepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/marshaler/mytypes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unmarshaler/castvalue.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unmarshaler/castvalue.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unmarshaler/castvaluepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unmarshaler/mytypes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeboth/castvalue.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeboth/castvalue.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeboth/castvaluepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeboth/mytypes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafemarshaler/castvalue.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafemarshaler/castvalue.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafemarshaler/castvaluepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafemarshaler/mytypes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeunmarshaler/castvalue.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeunmarshaler/castvalue.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeunmarshaler/castvaluepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/combos/unsafeunmarshaler/mytypes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/castvalue/mytypes.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/both/bug_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/both/thetest.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/both/thetest.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/both/thetestpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/both/uuid.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/marshaler/bug_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/marshaler/thetest.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/marshaler/thetest.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/marshaler/thetestpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/marshaler/uuid.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unmarshaler/bug_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unmarshaler/thetest.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unmarshaler/thetest.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unmarshaler/thetestpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unmarshaler/uuid.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeboth/bug_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeboth/thetest.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeboth/thetest.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeboth/thetestpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeboth/uuid.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafemarshaler/bug_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafemarshaler/thetest.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafemarshaler/thetest.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafemarshaler/thetestpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafemarshaler/uuid.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeunmarshaler/bug_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeunmarshaler/thetest.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeunmarshaler/thetest.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeunmarshaler/thetestpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/combos/unsafeunmarshaler/uuid.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/custom-dash-type/customdash.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/custom/custom.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/custom/custom_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/custombytesnonstruct/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/custombytesnonstruct/custombytesnonstruct_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/custombytesnonstruct/customtype.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/custombytesnonstruct/proto.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/custombytesnonstruct/proto.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/dashfilename/dash-filename.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/dashfilename/df_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/dashfilename/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/defaultconflict/df.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/defaultconflict/dg.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/defaultconflict/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/defaultconflict/nc.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/defaultconflict/nc_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/defaultconflict/ne.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/defaultconflict/nx.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/.gitignore
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/eb.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/ec.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/ec_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/ee.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/em.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/en.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/embedconflict/er.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/empty-issue70/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/empty-issue70/empty.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/empty-issue70/empty.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/empty-issue70/empty_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumcustomname/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumcustomname/enumcustomname.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumcustomname/enumcustomname.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumprefix/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumprefix/enumprefix.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumprefix/enumprefix.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumstringer/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumstringer/enumstringer.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumstringer/enumstringer.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumstringer/enumstringerpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/enumstringer/string.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/example/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/example/example.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/example/example.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/example/example_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/example/examplepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/extension_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/filedotname/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/filedotname/file.dot.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/filedotname/file.dot.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/filedotname/file.dotpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/fuzztests/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/fuzztests/fuzz.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/fuzztests/fuzz.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/fuzztests/fuzz_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/group/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/group/group.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/group/group.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/group/grouppb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/importdedup/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/importdedup/importdedup_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/importdedup/proto.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/importdedup/proto.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/importdedup/subpkg/customtype.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/importdedup/subpkg/subproto.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/importdedup/subpkg/subproto.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72/index/index.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72/index/index.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72/index/indexpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72/indeximport.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72/indeximport.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/indeximport-issue72/indeximportpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue34/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue34/issue34_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue34/proto.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue34/proto.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue42order/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue42order/issue42.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue42order/issue42.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue42order/order_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue8/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue8/proto.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue8/proto.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/issue8/protopb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/both/mapsproto2.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/both/mapsproto2.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/both/mapsproto2pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/marshaler/mapsproto2.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/marshaler/mapsproto2.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/marshaler/mapsproto2pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/neither/mapsproto2.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/neither/mapsproto2.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/neither/mapsproto2pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unmarshaler/mapsproto2.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unmarshaler/mapsproto2.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unmarshaler/mapsproto2pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafeboth/mapsproto2.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafeboth/mapsproto2.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafeboth/mapsproto2pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafemarshaler/mapsproto2.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafemarshaler/mapsproto2.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafemarshaler/mapsproto2pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafeunmarshaler/mapsproto2.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafeunmarshaler/mapsproto2.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/combos/unsafeunmarshaler/mapsproto2pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/header.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mapsproto2/mapsproto2.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mixbench/marshal.txt
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mixbench/marshaler.txt
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mixbench/mixbench.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mixbench/unmarshal.txt
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mixbench/unmarshaler.txt
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mixbench/unsafe_marshaler.txt
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/mixbench/unsafe_unmarshaler.txt
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/moredefaults/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/moredefaults/md.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/moredefaults/md.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/moredefaults/md_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/moredefaults/mdpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/nopackage/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/nopackage/nopackage.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/nopackage/nopackage.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/nopackage/nopackage_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/both/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/both/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/both/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/marshaler/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/marshaler/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/marshaler/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/neither/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/neither/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/neither/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unmarshaler/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unmarshaler/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unmarshaler/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafeboth/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafeboth/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafeboth/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafemarshaler/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafemarshaler/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafemarshaler/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafeunmarshaler/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafeunmarshaler/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/combos/unsafeunmarshaler/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/both/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/both/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/both/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/marshaler/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/marshaler/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/marshaler/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/neither/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/neither/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/neither/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unmarshaler/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unmarshaler/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unmarshaler/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafeboth/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafeboth/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafeboth/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafemarshaler/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafemarshaler/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafemarshaler/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafeunmarshaler/one.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafeunmarshaler/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/combos/unsafeunmarshaler/onepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneof3/one.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneofembed/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneofembed/oneofembed.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneofembed/oneofembed.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/oneofembed/oneofembedpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/packed/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/packed/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/packed/packed.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/packed/packed.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/packed/packed_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/protosize/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/protosize/protosize.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/protosize/protosize.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/protosize/protosize_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/protosize/protosizepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/required/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/required/requiredexample.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/required/requiredexample.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/required/requiredexamplepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/sizeunderscore/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/sizeunderscore/sizeunderscore.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/sizeunderscore/sizeunderscore.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/sizeunderscore/sizeunderscorepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/tags/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/tags/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/tags/tags.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/tags/tags.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/tags/tags_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/both/proto3_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/both/theproto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/both/theproto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/both/theproto3pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/marshaler/proto3_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/marshaler/theproto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/marshaler/theproto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/marshaler/theproto3pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/neither/proto3_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/neither/theproto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/neither/theproto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/neither/theproto3pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unmarshaler/proto3_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unmarshaler/theproto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unmarshaler/theproto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unmarshaler/theproto3pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeboth/proto3_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeboth/theproto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeboth/theproto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeboth/theproto3pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafemarshaler/proto3_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafemarshaler/theproto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafemarshaler/theproto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafemarshaler/theproto3pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeunmarshaler/proto3_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeunmarshaler/theproto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeunmarshaler/theproto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/combos/unsafeunmarshaler/theproto3pb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/footer.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/header.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/maps.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/proto3_test.go.in
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/theproto3/theproto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/thetest.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/thetest.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/thetestpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unmarshalmerge/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unmarshalmerge/unmarshalmerge.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unmarshalmerge/unmarshalmerge.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unmarshalmerge/unmarshalmerge_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unmarshalmerge/unmarshalmergepb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognized/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognized/oldnew_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognized/unrecognized.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognized/unrecognized.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognized/unrecognizedpb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognizedgroup/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognizedgroup/oldnew_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognizedgroup/unrecognizedgroup.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognizedgroup/unrecognizedgroup.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/unrecognizedgroup/unrecognizedgrouppb_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/uuid.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/test/uuid_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/command/command.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/Makefile
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/fast/gogovanity.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/fast/proto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/fast/vanity.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/faster/gogovanity.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/faster/proto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/faster/vanity.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/gofast/.gitignore
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/gogovanity.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/proto3.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/slick/gogovanity.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/slick/proto3.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/slick/vanity.pb.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/vanity.proto
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/vanity/test/vanity_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/version/version.go


More information about the svn-ports-all mailing list