mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fmt: replace go
with spawn
This commit is contained in:
@@ -198,7 +198,7 @@ fn main() {
|
||||
network: [2, 2, 1]
|
||||
}
|
||||
app.start()
|
||||
go app.run()
|
||||
spawn app.run()
|
||||
app.gg.run()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user