mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 04:03:25 +00:00
fix: dont export lua init
This commit is contained in:
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…
x
Reference in New Issue
Block a user