Skip to content

Commit 71c3c9b

Browse files
author
Jason Yellick
committed
Fix go_package in attributes.proto
At some point, the attributes.proto file appears to have moved, causing the go_package directive to point to the wrong location. This causes the attributes.pb.go file to be generated at the old location, and does not actually update the utilized copy. This changeset fixes the go_package and rebuilds the proto. Change-Id: I1b2df6a0056ca458decfa56b07eb56255f4bf67c Signed-off-by: Jason Yellick <[email protected]>
1 parent bbe8e8c commit 71c3c9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

accesscontrol/attributes/proto/attributes.pb.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accesscontrol/attributes/proto/attributes.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
syntax = "proto3";
1818

19-
option go_package = "github.com/hyperledger/fabric/core/crypto/attributes/proto" ;
19+
option go_package = "github.com/hyperledger/fabric/accesscontrol/attributes/proto" ;
2020

2121
package protos;
2222

0 commit comments

Comments
 (0)