protobuf-go/reflect/prototype
Joe Tsai 009e067ed8 internal/scalar: add scalar package for primitive wrappers
Add the scalar package to reduce dependencies on the v1 proto runtime package.
It may very well be the case that these functions should be exposed in the
public API of v2, but that is not a decision we need to make now.

Change-Id: Ifbc6d15311ba5837909ac72af47c630a80a142ef
Reviewed-on: https://go-review.googlesource.com/c/151402
Reviewed-by: Herbie Ong <herbie@google.com>
2018-11-28 07:06:11 +00:00
..
go_type.go reflect/prototype: print {Enum,Message,Extension}Type.GoType 2018-11-20 20:02:59 +00:00
name_pure.go go.mod: rename google.golang.org/proto as github.com/golang/protobuf/v2 2018-09-24 16:11:50 +00:00
name_unsafe.go go.mod: rename google.golang.org/proto as github.com/golang/protobuf/v2 2018-09-24 16:11:50 +00:00
placeholder_type.go reflect/protoreflect: add Descriptor.Options method 2018-10-23 23:44:11 +00:00
placeholder.go go.mod: rename google.golang.org/proto as github.com/golang/protobuf/v2 2018-09-24 16:11:50 +00:00
protofile_desc.go reflect/protoreflect: add Descriptor.Options method 2018-10-23 23:44:11 +00:00
protofile_list_gen.go go.mod: rename google.golang.org/proto as github.com/golang/protobuf/v2 2018-09-24 16:11:50 +00:00
protofile_list.go go.mod: rename google.golang.org/proto as github.com/golang/protobuf/v2 2018-09-24 16:11:50 +00:00
protofile_type.go reflect/protoreflect: add FieldDescriptor.DefaultEnumValue method 2018-10-29 15:59:23 +00:00
protofile.go reflect/protoreflect: add Descriptor.Options method 2018-10-23 23:44:11 +00:00
standalone_type.go reflect/protoreflect: add FieldDescriptor.DefaultEnumValue method 2018-10-29 15:59:23 +00:00
standalone.go reflect/prototype: use proto2 syntax for standalone extension fields 2018-10-24 17:35:49 +00:00
stringer.go internal/detrand: new package for deterministically random functionality 2018-11-27 02:14:04 +00:00
type_test.go internal/scalar: add scalar package for primitive wrappers 2018-11-28 07:06:11 +00:00
validate.go reflect/protoreflect: add Descriptor.Options method 2018-10-23 23:44:11 +00:00