removed some commented code
This commit is contained in:
parent
1227bec752
commit
f30a38c099
6
main.go
6
main.go
@ -125,11 +125,7 @@ func goInteractive(opt *Options, ctx expr.ExprContext, r io.Reader) {
|
|||||||
if continuation(&sb, line) {
|
if continuation(&sb, line) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
// if strings.HasSuffix(line, "\\\n") {
|
|
||||||
// sb.WriteString(line[0 : len(line)-2])
|
|
||||||
// fmt.Print(contPrompt)
|
|
||||||
// continue
|
|
||||||
// }
|
|
||||||
sb.WriteString(line)
|
sb.WriteString(line)
|
||||||
source := strings.TrimSpace(sb.String())
|
source := strings.TrimSpace(sb.String())
|
||||||
// fmt.Printf("source=%q\n", source)
|
// fmt.Printf("source=%q\n", source)
|
||||||
|
Loading…
Reference in New Issue
Block a user