Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 186 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 186 Bytes

yaegi

exec yaegi type script

Usage

# params is dict
import "fmt"

func EvalCall(params map[string]interface{}) {
	fmt.Println(params)
	fmt.Println("Hello, World!")
}