From 050fa26afbb8d42b101ddc3832c376b547400e4e Mon Sep 17 00:00:00 2001 From: Asim Date: Mon, 7 Dec 2015 16:12:59 +0000 Subject: [PATCH] Gotta rejig the proto generator to move this --- examples/server/proto/example/example.pb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/proto/example/example.pb.go b/examples/server/proto/example/example.pb.go index d3d1e719..79c769b0 100644 --- a/examples/server/proto/example/example.pb.go +++ b/examples/server/proto/example/example.pb.go @@ -22,9 +22,9 @@ import fmt "fmt" import math "math" import ( - context "golang.org/x/net/context" client "github.com/micro/go-micro/client" server "github.com/micro/go-micro/server" + context "golang.org/x/net/context" ) // Reference imports to suppress errors if they are not otherwise used.