d5 / tengo

A fast script language for Go

Home Page:https://tengolang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to dynamic import script from url

gnodux opened this issue · comments

like this:

from_url:=imoprt("http://xxx.com/aaa.tengo")

or How can I custom my ModuleMap

Found ModuleGetter support in v 2.10
thx