1
0
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:
Delyan Angelov
2020-04-26 09:32:05 +03:00
parent 3a59f5727c
commit b898970031
18 changed files with 60 additions and 96 deletions

View File

@@ -1,12 +1,10 @@
module main
import (
net.http
os
os.cmdline
json
vhelp
)
import os
import os.cmdline
import net.http
import json
import vhelp
const (
default_vpm_server_urls = ['https://vpm.best', 'https://vpm.vlang.io']