mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tutorials: update import syntax
This commit is contained in:
parent
6eee69f7bc
commit
bf94b8a1ab
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue