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
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"
)