1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

cmd: fix building gen_vc.v and vcreate.v by v build-tools

This commit is contained in:
Delyan Angelov
2020-07-08 14:29:55 +03:00
parent 69d3c3f596
commit 1d24fecc1b
3 changed files with 11 additions and 10 deletions

View File

@ -1,3 +1,5 @@
module main
// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
@ -6,7 +8,6 @@
// structure of the program in the _current_ directory, while `new`
// makes the program structure in a _sub_ directory. Besides that, the
// functionality is essentially the same.
module main
import os