From d2a44c70c0bdd6a62e54d07459f26b5f21e56c5f Mon Sep 17 00:00:00 2001 From: sammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 1 May 2021 13:38:01 -0400 Subject: [PATCH] chore: remove redundant module renaming --- golibs/fs/fs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/golibs/fs/fs.go b/golibs/fs/fs.go index b54742f..c2eb137 100644 --- a/golibs/fs/fs.go +++ b/golibs/fs/fs.go @@ -4,8 +4,8 @@ import ( "os" "strings" - lua "github.com/yuin/gopher-lua" - luar "layeh.com/gopher-luar" + "github.com/yuin/gopher-lua" + "layeh.com/gopher-luar" ) func Loader(L *lua.LState) int {