clean up build errors
This commit is contained in:
parent
72e1275e48
commit
30481d4f78
3 changed files with 13 additions and 14 deletions
|
|
@ -19,7 +19,7 @@ package ast
|
|||
|
||||
type VarTable map[string]*Token
|
||||
|
||||
func (VarTable vt) GetVar(arg string) *Token {
|
||||
func (vt VarTable) GetVar(arg string) *Token {
|
||||
val, ok := vt[arg]
|
||||
if !ok {
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue