chore: remove redundant module renaming

pull/46/head
sammy 2021-05-01 13:38:01 -04:00
parent 447775f8c4
commit d2a44c70c0
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 2 additions and 2 deletions

View File

@ -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 {