update
This commit is contained in:
parent
5bac8fd4d2
commit
45a73d45b9
BIN
PushDXCluster.exe
Normal file
BIN
PushDXCluster.exe
Normal file
Binary file not shown.
2
main.go
2
main.go
@ -66,7 +66,7 @@ func readDXExpeFile(filename string) string {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println("Error while reading the file", err)
|
fmt.Println("Error while reading the file", err)
|
||||||
}
|
}
|
||||||
log.Println("DX Expe file has been loaded properly")
|
log.Printf("DX Expe file has been loaded properly with following calls: %s", content)
|
||||||
return string(content)
|
return string(content)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user