This commit is contained in:
Egor Aristov 2025-11-16 10:18:50 +03:00
parent 5d4ab2c7ac
commit e66e0c6cae
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F

View File

@ -60,7 +60,7 @@ func main() {
if err != nil { if err != nil {
log.Panic(err) log.Panic(err)
} }
log.Printf("call result go->ts = %v", res) log.Printf("call result go->ts Div = %v", res)
if err := ipc.Wait(1 * time.Second); err != nil { if err := ipc.Wait(1 * time.Second); err != nil {
log.Panic(err) log.Panic(err)