Added the notion of streams
This includes a stream to a file
This commit is contained in:
parent
781a761ead
commit
3b3bac4a7f
9 changed files with 290 additions and 23 deletions
|
|
@ -23,7 +23,7 @@ func main() {
|
|||
break
|
||||
}
|
||||
|
||||
if err := inst.Eval(ctx, line); err != nil {
|
||||
if err := inst.EvalAndDisplay(ctx, line); err != nil {
|
||||
log.Printf("%T: %v", err, err)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue