tutorials: update import syntax

pull/4960/head
Delyan Angelov 2020-05-20 15:21:30 +03:00
parent 6eee69f7bc
commit bf94b8a1ab
1 changed files with 1 additions and 3 deletions

View File

@ -53,9 +53,7 @@ First, let's create a simple hello world website:
// blog.v // blog.v
module main module main
import ( import vweb
vweb
)
pub struct App { pub struct App {
mut: mut: