Every line of 'go scripting' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Go code is secure.
399 func (this *TransNode) Go(obj *basic.Object) TransExeResult { 400 this.ownerObj = obj 401 return this.execute(this.ud) 402 }