[go-nuts] Can anyone help me regarding javascript to golang

2023-03-21 Thread yeshwanthchowdary jampala
1) Write a golang grpc api to load the java script using v8go package. 2) write an golang api to run the javascript script from grpc. 3) how api to stop the javascript script grpc -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe fro

[go-nuts] worker pool concept program error please resolve my problem

2023-01-28 Thread yeshwanthchowdary jampala
Hi everyone, I'm getting this error: 1)cannot use j (variable of type int) as type string in send 2)cannot use x (variable of type int) as type float32 in argument to comppricevalue 3)cannot use k (variable of type int) as type float32 in send Code: package main import ( "fmt" "time" )