docs: update readme.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-05-21 14:33:35 +08:00
parent 201413967c
commit adcd6fed29
2 changed files with 3 additions and 3 deletions

View File

@ -839,11 +839,11 @@ package main
import ( import (
"context" "context"
structpb "github.com/golang/protobuf/ptypes/struct"
"log" "log"
"github.com/appleboy/gorush/rpc/proto" "github.com/appleboy/gorush/rpc/proto"
structpb "github.com/golang/protobuf/ptypes/struct"
"google.golang.org/grpc" "google.golang.org/grpc"
) )
@ -940,11 +940,11 @@ package main
import ( import (
"context" "context"
structpb "github.com/golang/protobuf/ptypes/struct"
"log" "log"
"github.com/appleboy/gorush/rpc/proto" "github.com/appleboy/gorush/rpc/proto"
structpb "github.com/golang/protobuf/ptypes/struct"
"google.golang.org/grpc" "google.golang.org/grpc"
) )

View File

@ -2,11 +2,11 @@ package main
import ( import (
"context" "context"
structpb "github.com/golang/protobuf/ptypes/struct"
"log" "log"
"github.com/appleboy/gorush/rpc/proto" "github.com/appleboy/gorush/rpc/proto"
structpb "github.com/golang/protobuf/ptypes/struct"
"google.golang.org/grpc" "google.golang.org/grpc"
) )