2019-03-20 23:51:09 +00:00
|
|
|
// Copyright 2019 The Go Authors. All rights reserved.
|
2020-02-20 18:30:38 +00:00
|
|
|
// Use of this source code is governed by a BSD-style
|
2019-03-20 23:51:09 +00:00
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2020-05-26 18:21:59 +00:00
|
|
|
// Package genid contains constants for declarations in descriptor.proto
|
|
|
|
// and the well-known types.
|
|
|
|
package genid
|
2020-05-29 08:20:58 +00:00
|
|
|
|
2024-08-30 08:51:58 +00:00
|
|
|
import "google.golang.org/protobuf/reflect/protoreflect"
|
2020-05-29 08:20:58 +00:00
|
|
|
|
|
|
|
const GoogleProtobuf_package protoreflect.FullName = "google.protobuf"
|