This commit is contained in:
parent
2568dc45c2
commit
d178c05b63
5 changed files with 232 additions and 3 deletions
|
|
@ -19,6 +19,7 @@ func main() {
|
|||
defer rl.Close()
|
||||
|
||||
instRepl := repl.New(
|
||||
ucl.WithModule(builtins.Bytes()),
|
||||
ucl.WithModule(builtins.CSV(nil)),
|
||||
ucl.WithModule(builtins.FS(nil)),
|
||||
ucl.WithModule(builtins.Log(nil)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue