This commit is contained in:
parent
2aacac3bf1
commit
f9267b02d0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
func GetSummery() string {
|
||||
fmt.Println(fileSrvHost + ":" + fileSrvPort)
|
||||
panic(fileSrvHost + ":" + fileSrvPort)
|
||||
conn, err := net.Dial("tcp", fileSrvHost+":"+fileSrvPort)
|
||||
if err != nil {
|
||||
panic(err.Error())
|
||||
|
|
Loading…
Reference in a new issue