remove unused const
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
c6e3b7417e
commit
b7b9cd22dd
|
@ -14,10 +14,6 @@ import (
|
||||||
"google.golang.org/grpc/status"
|
"google.golang.org/grpc/status"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
port = ":9000"
|
|
||||||
)
|
|
||||||
|
|
||||||
// Server is used to implement gorush grpc server.
|
// Server is used to implement gorush grpc server.
|
||||||
type Server struct {
|
type Server struct {
|
||||||
mu sync.Mutex
|
mu sync.Mutex
|
||||||
|
|
Loading…
Reference in New Issue