This repository was archived by the owner on Jun 7, 2021. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
THIS PROJECT IS DEPRECATED I highly recommend that everyone switch over to https://github.com/aarzilli/golua ################################## Go Bindings for the Lua C API (Now works on Go1!) Simplest way to install: $ go get -u github.com/xenith-studios/golua To use golua: import "github.com/xenith-studios/golua" After installing golua, if you wish to run the examples: $ cd $GOPATH/src/github.com/xenith-studios/golua/example/ $ for test in *.go; do { go run $test; } done Licensing ------------------------- GoLua is released under the MIT license. Please see the LICENSE file for more information. Lua is Copyright (c) Lua.org, PUC-Rio. All rights reserved. The Lua license can be found in the source and is available online: http://www.lua.org/license.html