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

tutorials: update import syntax

This commit is contained in:
Delyan Angelov 2020-05-20 15:21:30 +03:00
parent 6eee69f7bc
commit bf94b8a1ab

View File

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