mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: GG => Context
This commit is contained in:
parent
926ffc8aa9
commit
13a7ce9e69
18 changed files with 33 additions and 33 deletions
|
@ -13,7 +13,7 @@ const (
|
|||
)
|
||||
|
||||
struct Context {
|
||||
gg &gg.GG
|
||||
gg &gg.Context
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue