tutorials: update import syntax
parent
6eee69f7bc
commit
bf94b8a1ab
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue