blob: d9b9d916a20e2249419bdf833f90c727001259b4 [file] [log] [blame]
Naveen Sampath04696f72022-06-13 15:19:14 +05301// Copyright 2019 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// Package genid contains constants for declarations in descriptor.proto
6// and the well-known types.
7package genid
8
Abhay Kumarfe505f22025-11-10 14:16:31 +00009import "google.golang.org/protobuf/reflect/protoreflect"
Naveen Sampath04696f72022-06-13 15:19:14 +053010
11const GoogleProtobuf_package protoreflect.FullName = "google.protobuf"