diff --git a/pkg/grpc/proto/doc.go b/pkg/grpc/proto/doc.go new file mode 100644 index 000000000..0a6b94b25 --- /dev/null +++ b/pkg/grpc/proto/doc.go @@ -0,0 +1,6 @@ +// Package proto contains the generated backend RPC types. +// +// Keep this declaration in source control so go mod tidy can resolve the local +// package before make protogen-go generates its implementation. Dependabot runs +// module discovery without running code generation. +package proto