mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cmd/tools: use same line imports too
This commit is contained in:
@@ -16,14 +16,12 @@
|
||||
|
||||
module main
|
||||
|
||||
import (
|
||||
os
|
||||
log
|
||||
flag
|
||||
time
|
||||
vweb
|
||||
net.urllib
|
||||
)
|
||||
import os
|
||||
import log
|
||||
import flag
|
||||
import time
|
||||
import vweb
|
||||
import net.urllib
|
||||
|
||||
// git credentials
|
||||
const(
|
||||
|
||||
Reference in New Issue
Block a user