docs(readme): add grpc documentation.

This commit is contained in:
Bo-Yi Wu
2017-07-26 09:38:28 +08:00
parent 04b97019c8
commit a2143d4fce
3 changed files with 72 additions and 4 deletions

View File

@@ -9,8 +9,7 @@ import (
)
const (
address = "localhost:50051"
defaultName = "world"
address = "localhost:50051"
)
func main() {