1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tutorials: more blog fixes (#5657)

This commit is contained in:
Lukas Neubert
2020-07-04 18:56:18 +02:00
committed by GitHub
parent 0626ac2901
commit fbfd92a899
6 changed files with 60 additions and 64 deletions

View File

@ -8,6 +8,6 @@ struct Article {
pub fn (app &App) find_all_articles() []Article {
return sql app.db {
select from Article
select from Article
}
}