331529fc94
* add an Aerospike storage backend * go mod vendor * add Aerospike storage configuration docs * review fixes * bump aerospike client to v3.1.1 * rename the defaultHostname variable * relocate the docs page
8 lines
266 B
Go
8 lines
266 B
Go
// GopherLua: VM and compiler for Lua in Go
|
|
package lua
|
|
|
|
const PackageName = "GopherLua"
|
|
const PackageVersion = "0.1"
|
|
const PackageAuthors = "Yusuke Inuzuka"
|
|
const PackageCopyRight = PackageName + " " + PackageVersion + " Copyright (C) 2015 -2017 " + PackageAuthors
|