# README
yaegi
exec yaegi type script
Usage
# params is dict
import "fmt"
func EvalCall(params map[string]interface{}) {
fmt.Println(params)
fmt.Println("Hello, World!")
}
# Functions
No description provided by the author
exec yaegi type script
# params is dict
import "fmt"
func EvalCall(params map[string]interface{}) {
fmt.Println(params)
fmt.Println("Hello, World!")
}