document the no-deps design constraints

This commit is contained in:
iamqizhao
2015-09-25 16:10:16 -07:00
parent 2899844430
commit 6a445c544a

View File

@ -18,6 +18,10 @@ Prerequisites
This requires Go 1.4 or above.
Constraints
-----------
The grpc package should only depend on standard Golang packages and a short list of exceptions. A new addition to the list requires a discussion with gRPC-Go authors and consultants.
Documentation
-------------
You can find more detailed documentation and examples in the [examples directory](examples/).