From b974ada64e49dbd837b2972fa8834f50b7df71a9 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 12 Jun 2021 10:43:13 -0400 Subject: [PATCH] fix: comment out unused module --- shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.go b/shell.go index d1c5793..c5a5b7e 100644 --- a/shell.go +++ b/shell.go @@ -9,7 +9,7 @@ import ( // "github.com/bobappleyard/readline" "github.com/yuin/gopher-lua" - "github.com/yuin/gopher-lua/parse" +// "github.com/yuin/gopher-lua/parse" "layeh.com/gopher-luar" "mvdan.cc/sh/v3/interp" "mvdan.cc/sh/v3/syntax"