mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-09 05: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:
17
vendor/github.com/yuin/gopher-lua/ast/misc.go
generated
vendored
Normal file
17
vendor/github.com/yuin/gopher-lua/ast/misc.go
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
package ast
|
||||
|
||||
type Field struct {
|
||||
Key Expr
|
||||
Value Expr
|
||||
}
|
||||
|
||||
type ParList struct {
|
||||
HasVargs bool
|
||||
Names []string
|
||||
}
|
||||
|
||||
type FuncName struct {
|
||||
Func Expr
|
||||
Receiver Expr
|
||||
Method string
|
||||
}
|
||||
Reference in New Issue
Block a user