This is an automated email from the ASF dual-hosted git repository.

ndipiazza pushed a commit to branch tika-grpc-3x-features
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/tika-grpc-3x-features by this 
push:
     new 397fe19cd add a go package
397fe19cd is described below

commit 397fe19cd21cf52b87239a0d0a8a10c4f9f3dd04
Author: Nicholas DiPiazza <[email protected]>
AuthorDate: Fri Jul 12 08:49:43 2024 -0500

    add a go package
---
 tika-pipes/tika-grpc/src/main/proto/tika.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tika-pipes/tika-grpc/src/main/proto/tika.proto 
b/tika-pipes/tika-grpc/src/main/proto/tika.proto
index 86f4ecd79..18761aac0 100644
--- a/tika-pipes/tika-grpc/src/main/proto/tika.proto
+++ b/tika-pipes/tika-grpc/src/main/proto/tika.proto
@@ -14,6 +14,8 @@
 syntax = "proto3";
 package tika;
 
+option go_package = "apache.org/tika";
+
 option java_multiple_files = true;
 option java_package = "org.apache.tika";
 option java_outer_classname = "TikaProto";

Reply via email to