fix typo
parent
68b7ae26b3
commit
204bcee951
|
@ -9,7 +9,7 @@ mut:
|
|||
types []Type
|
||||
consts []Var
|
||||
fns map[string]Fn
|
||||
obf_ids map[string]int // obf_ids 'myfunction'] == 23
|
||||
obf_ids map[string]int // obf_ids['myfunction'] == 23
|
||||
packages []string // List of all modules registered by the application
|
||||
imports []string // List of all imports
|
||||
flags []string // ['-framework Cocoa', '-lglfw3']
|
||||
|
|
Loading…
Reference in New Issue