mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-08 04:52:25 +00:00
Project structure refactor:
- Change package name general_server to gateway - Changing the structure of directories and packages - Adding vendor to the project
This commit is contained in:
7
vendor/github.com/yuin/gopher-lua/package.go
generated
vendored
Normal file
7
vendor/github.com/yuin/gopher-lua/package.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user