testing conn
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Arnas Udovicius 2022-08-18 01:33:24 +03:00
parent c185854e14
commit 2aacac3bf1

View file

@ -7,6 +7,7 @@ import (
)
func GetSummery() string {
fmt.Println(fileSrvHost + ":" + fileSrvPort)
conn, err := net.Dial("tcp", fileSrvHost+":"+fileSrvPort)
if err != nil {
panic(err.Error())