tutorials: update markdown guide (#5589)

This commit is contained in:
Lukas Neubert 2020-07-01 00:45:19 +02:00 committed by GitHub
parent d40334fe9d
commit 81e4d3fd09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 35 deletions

View file

@ -11,7 +11,3 @@ pub fn (app &App) find_all_articles() []Article {
select from Article
}
}