From e4969c4dcfefe7abae5b66daf553e2003f4fce1e Mon Sep 17 00:00:00 2001 From: Matthew Sykes Date: Wed, 21 Aug 2019 21:26:35 +0000 Subject: [PATCH] Add doc.go to make this go-gettable Signed-off-by: Matthew Sykes --- .whitelist | 1 + doc.go | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 doc.go diff --git a/.whitelist b/.whitelist index 6ed303d..a311514 100644 --- a/.whitelist +++ b/.whitelist @@ -6,4 +6,5 @@ CONTRIBUTING.md LICENSE README.md azure-pipelines.yml +doc.go go.mod diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..05f9bc2 --- /dev/null +++ b/doc.go @@ -0,0 +1,6 @@ +// Copyright the Hyperledger Fabric contributors. All rights reserved. +// SPDX-License-Identifier: Apache-2.0 + +// Package protos contains the protobuf and gRPC service bindings for +// Hyperledger Fabric. +package protos