remove unused const

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2017-11-14 16:56:57 +08:00
parent c6e3b7417e
commit b7b9cd22dd

View File

@@ -14,10 +14,6 @@ import (
"google.golang.org/grpc/status"
)
const (
port = ":9000"
)
// Server is used to implement gorush grpc server.
type Server struct {
mu sync.Mutex