mirror of https://github.com/Hilbis/Hilbish
style: use decl and assign operator instead of var and =
parent
34778a4bdf
commit
3568b62219
|
@ -18,7 +18,7 @@ func New() Commander {
|
|||
}
|
||||
|
||||
func (c *Commander) Loader(L *lua.LState) int {
|
||||
var exports = map[string]lua.LGFunction{
|
||||
exports := map[string]lua.LGFunction{
|
||||
"register": c.cregister,
|
||||
"deregister": c.cderegister,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue