Skip to content

Commit daf41ae

Browse files
dmacthedestroyerjohnbelamaric
authored andcommitted
fix context import for grpc PubSubServer implementation (#14)
1 parent 594531c commit daf41ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grpc/server.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package grpc
22

33
import (
4-
"context"
54
"log"
65

6+
"golang.org/x/net/context"
7+
78
pubsub "github.com/infobloxopen/atlas-pubsub"
89
)
910

0 commit comments

Comments
 (0)