all: updateimport () and []array

This commit is contained in:
yuyi 2020-04-26 19:49:31 +08:00 committed by GitHub
parent 7b39ab6d06
commit 9f4d498ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 181 additions and 254 deletions

View file

@ -1,11 +1,9 @@
module main
import (
vweb
time
pg
json
)
import vweb
import time
import pg
import json
pub struct App {
mut:
@ -74,4 +72,3 @@ pub fn (app mut App) articles() {
fn (app mut App) time() {
app.vweb.text(time.now().format())
}