default proto shouldn't have '://'
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
defaultPort = 4000
|
defaultPort = 4000
|
||||||
defaultProto = "tcp://"
|
defaultProto = "tcp"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Database struct {
|
type Database struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user