From 83bcb35dcf66c3cb36e8143eafcbe998252687e6 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 16 May 2021 06:58:48 -0400 Subject: [PATCH] fix: remove unused imports --- shell.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell.go b/shell.go index c3222fc..343b32d 100644 --- a/shell.go +++ b/shell.go @@ -1,10 +1,8 @@ package main import ( - "bufio" "context" "fmt" - "io" "os" "strings"