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

This commit is contained in:
Arnas Udovicius 2022-08-18 01:43:08 +03:00
parent f9267b02d0
commit 37f4cfaade

View file

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