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