Added a log builtin
This commit is contained in:
parent
23f0f16d26
commit
485e839ae3
5 changed files with 167 additions and 22 deletions
|
|
@ -20,6 +20,8 @@ func main() {
|
|||
instRepl := repl.New(
|
||||
ucl.WithModule(builtins.OS()),
|
||||
ucl.WithModule(builtins.FS(nil)),
|
||||
ucl.WithModule(builtins.Log(nil)),
|
||||
ucl.WithModule(builtins.Strs()),
|
||||
)
|
||||
ctx := context.Background()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue