modulepackage
0.0.0-20200920131836-64c80599b421
Repository: https://github.com/andrebq/glua.git
Documentation: pkg.go.dev
# README
glua - go + lua
This is a very basic shell to serve as a cross platform automation helper.
How it works?
Most of the content from main.go
are a simple copy/paste of
yuin/gopher-lua/cmd/glua.
The main difference is the list of available libraries, since this project is targeted towards making automation easy to use, some libs are pre-loaded:
- filepath to provide filesystem manipulation
- path to provide path manipulation