mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tutorials: align content with code (#9250)
This commit is contained in:
parent
04c4f16f75
commit
f276280d79
@ -220,9 +220,9 @@ import sqlite
|
|||||||
import vweb
|
import vweb
|
||||||
|
|
||||||
struct App {
|
struct App {
|
||||||
pub mut:
|
vweb.Context
|
||||||
vweb vweb.Context
|
mut:
|
||||||
db sqlite.DB
|
db sqlite.DB
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user