1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:16:01 +00:00

fix ch4-04-grpc.md

This commit is contained in:
wanglitao 2019-03-27 13:06:24 +08:00
parent 347bfc2595
commit d2840080fa

View File

@ -230,7 +230,7 @@ for {
```go ```go
import ( import (
"github.com/docker/docker/pkg/pubsub" "github.com/moby/moby/pkg/pubsub"
) )
func main() { func main() {