mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: updateimport ()
and []array
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
module main
|
||||
|
||||
import (
|
||||
vweb
|
||||
vweb.assets
|
||||
time
|
||||
)
|
||||
import vweb
|
||||
import vweb.assets
|
||||
import time
|
||||
|
||||
const (
|
||||
port = 8081
|
||||
|
Reference in New Issue
Block a user