default proto shouldn't have '://'
This commit is contained in:
parent
2787683adc
commit
0db2ab6b97
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
const (
|
||||
defaultPort = 4000
|
||||
defaultProto = "tcp://"
|
||||
defaultProto = "tcp"
|
||||
)
|
||||
|
||||
type Database struct {
|
||||
|
|
Loading…
Reference in New Issue