Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit 8615087

Browse files
committed
fix: adjust package name
1 parent 7e7d56c commit 8615087

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

example/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
```shell
2+
git submodule add https://github.com/getstackhead/pluginlib
3+
4+
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative pluginlib/stackhead.proto
5+
```

stackhead.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
syntax = "proto3";
22

3-
option go_package = "github.com/getstackhead/pluginlib/gen";
3+
option go_package = "github.com/getstackhead/pluginlib";
44
option java_multiple_files = true;
5-
option java_package = "io.stackhead.pluginlib.gen";
5+
option java_package = "io.stackhead.pluginlib";
66
option java_outer_classname = "pluginlib";
77

88
package pluginlib;

0 commit comments

Comments
 (0)