mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 10:02:10 +08:00
fix fmt
This commit is contained in:
parent
acaeb9d8d7
commit
8806dc0b5d
@ -6,8 +6,8 @@ import (
|
||||
"net/http"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
"google.golang.org/grpc"
|
||||
pb "github.com/gin-gonic/gin/examples/grpc/pb"
|
||||
"google.golang.org/grpc"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,10 +4,10 @@ import (
|
||||
"log"
|
||||
"net"
|
||||
|
||||
pb "github.com/gin-gonic/gin/examples/grpc/pb"
|
||||
"golang.org/x/net/context"
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/reflection"
|
||||
pb "github.com/gin-gonic/gin/examples/grpc/pb"
|
||||
)
|
||||
|
||||
// server is used to implement helloworld.GreeterServer.
|
||||
|
Loading…
x
Reference in New Issue
Block a user