1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-23 20:02:22 +00:00

Merge pull request #429 from labulaka521/master

fix ch4-04-grpc.md
This commit is contained in:
chai2010 2019-03-27 13:39:30 +08:00 committed by GitHub
commit 875009fff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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