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

pg: remove printf

This commit is contained in:
Alexander Medvednikov
2019-08-12 16:41:33 +03:00
parent baa537bfd5
commit 6002511052
2 changed files with 1 additions and 3 deletions

View File

@ -23,11 +23,9 @@ pub fn (app mut App) json_endpoint() {
app.vweb.json('{"a": 3}')
}
/*
pub fn (app mut App) index() {
$vweb.html()
}
*/
pub fn (app mut App) text() {
app.vweb.text('hello world')