package script import ( "testing" ) func TestScript(t *testing.T) { // res, err := gou.Yao.New("time", "hello").Call("world") // assert.Nil(t, err) // assert.Equal(t, "name:world", res) }