Skip to content

Commit ad6c9a1

Browse files
add more documentation
Signed-off-by: Achille Roussel <[email protected]>
1 parent d12b4d5 commit ad6c9a1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

grpc/grpc.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
// Package grpc provides an example of gRPC client and server running in a
22
// program compiled to GOOS=wasip1
33
//
4+
// The protoc compiler must be installed in order to build the tests in this
5+
// package, as well as the following extension:
6+
//
7+
// $ go install google.golang.org/protobuf/cmd/[email protected]
8+
// $ go install google.golang.org/grpc/cmd/[email protected]
9+
//
10+
// For the full documentation on how to use gRPC, see:
11+
// https://grpc.io/docs/languages/go/quickstart/
12+
//
413
// When compiling to other targets than GOOS=wasip1, importing this package has
514
// no effect.
615
package grpc

0 commit comments

Comments
 (0)