diff --git a/src/genmai/Interpreter/Interpreter.go b/src/genmai/Interpreter/Interpreter.go index 82bf2db..597ba02 100644 --- a/src/genmai/Interpreter/Interpreter.go +++ b/src/genmai/Interpreter/Interpreter.go @@ -29,10 +29,12 @@ package Interpreter import ( + "bufio" ) type InterIO struct { - + reader *bufio.Reader + writer *bufio.Writer } type Interpreter interface {