mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
lua: Remove duplicated export of filepath.Join()
This commit is contained in:
parent
1eef4bb3e0
commit
7e583fe6ff
1 changed files with 0 additions and 1 deletions
|
|
@ -427,7 +427,6 @@ func importPath() *lua.LTable {
|
|||
func importFilePath() *lua.LTable {
|
||||
pkg := L.NewTable()
|
||||
|
||||
L.SetField(pkg, "Join", luar.New(L, filepath.Join))
|
||||
L.SetField(pkg, "Abs", luar.New(L, filepath.Abs))
|
||||
L.SetField(pkg, "Base", luar.New(L, filepath.Base))
|
||||
L.SetField(pkg, "Clean", luar.New(L, filepath.Clean))
|
||||
|
|
|
|||
Loading…
Reference in a new issue