5 Star 6 Fork 0

chai2010 / glua-strings

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hello.go 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
chai2010 提交于 2017-12-23 00:04 . 更新 hello.go
// Copyright 2017 <chaishushan{AT}gmail.com>. All rights reserved.
// Use of this source code is governed by a MIT
// license that can be found in the LICENSE file.
// +build ignore
package main
import (
"github.com/yuin/gopher-lua"
strings "gitee.com/chai2010/glua-strings"
)
func main() {
L := lua.NewState()
defer L.Close()
strings.Preload(L)
if err := L.DoFile("hello.lua"); err != nil {
panic(err)
}
}
Lua
1
https://gitee.com/chai2010/glua-strings.git
git@gitee.com:chai2010/glua-strings.git
chai2010
glua-strings
glua-strings
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891