mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
tutorials: blog fixes (#5652)
This commit is contained in:
parent
765ffa37eb
commit
56ad6cef54
2 changed files with 8 additions and 6 deletions
|
@ -8,6 +8,6 @@ struct Article {
|
|||
|
||||
pub fn (app &App) find_all_articles() []Article {
|
||||
return sql app.db {
|
||||
select from Article
|
||||
select from Article
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue