forked from toolshed/abra
.gitea
cli
cmd
pkg
scripts
tests
vendor
coopcloud.tech
dario.cat
git.coopcloud.tech
github.com
go.opentelemetry.io
golang.org
google.golang.org
genproto
grpc
protobuf
encoding
internal
descfmt
descopts
detrand
editiondefaults
encoding
errors
filedesc
filetype
flags
genid
any_gen.go
api_gen.go
descriptor_gen.go
doc.go
duration_gen.go
empty_gen.go
field_mask_gen.go
go_features_gen.go
goname.go
map_entry.go
source_context_gen.go
struct_gen.go
timestamp_gen.go
type_gen.go
wrappers.go
wrappers_gen.go
impl
order
pragma
set
strs
version
proto
protoadapt
reflect
runtime
types
LICENSE
PATENTS
gopkg.in
gotest.tools
modules.txt
.dockerignore
.drone.yml
.envrc.sample
.gitignore
.goreleaser.yml
AUTHORS.md
Dockerfile
LICENSE
Makefile
README.md
go.mod
go.sum
renovate.json
12 lines
419 B
Go
12 lines
419 B
Go
// Copyright 2019 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package genid contains constants for declarations in descriptor.proto
|
|
// and the well-known types.
|
|
package genid
|
|
|
|
import protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
const GoogleProtobuf_package protoreflect.FullName = "google.protobuf"
|