xref: /aosp_15_r20/external/golang-protobuf/internal/genid/doc.go (revision 1c12ee1efe575feb122dbf939ff15148a3b3e8f2)
1*1c12ee1eSDan Willemsen// Copyright 2019 The Go Authors. All rights reserved.
2*1c12ee1eSDan Willemsen// Use of this source code is governed by a BSD-style
3*1c12ee1eSDan Willemsen// license that can be found in the LICENSE file.
4*1c12ee1eSDan Willemsen
5*1c12ee1eSDan Willemsen// Package genid contains constants for declarations in descriptor.proto
6*1c12ee1eSDan Willemsen// and the well-known types.
7*1c12ee1eSDan Willemsenpackage genid
8*1c12ee1eSDan Willemsen
9*1c12ee1eSDan Willemsenimport protoreflect "google.golang.org/protobuf/reflect/protoreflect"
10*1c12ee1eSDan Willemsen
11*1c12ee1eSDan Willemsenconst GoogleProtobuf_package protoreflect.FullName = "google.protobuf"
12