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