We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
filepath.Join()
1 parent 1eef4bb commit 7e583feCopy full SHA for 7e583fe
internal/lua/lua.go
@@ -427,7 +427,6 @@ func importPath() *lua.LTable {
427
func importFilePath() *lua.LTable {
428
pkg := L.NewTable()
429
430
- L.SetField(pkg, "Join", luar.New(L, filepath.Join))
431
L.SetField(pkg, "Abs", luar.New(L, filepath.Abs))
432
L.SetField(pkg, "Base", luar.New(L, filepath.Base))
433
L.SetField(pkg, "Clean", luar.New(L, filepath.Clean))
0 commit comments