mirror of https://github.com/Hilbis/Hilbish
fix: dont export lua init
parent
4dadfb0874
commit
bcfbb20685
2
lua.go
2
lua.go
|
@ -19,7 +19,7 @@ import (
|
||||||
|
|
||||||
var minimalconf = `prompt '& '`
|
var minimalconf = `prompt '& '`
|
||||||
|
|
||||||
func LuaInit() {
|
func luaInit() {
|
||||||
l = lua.NewState()
|
l = lua.NewState()
|
||||||
l.OpenLibs()
|
l.OpenLibs()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue